Hello All,
I need an approach to save unstructured .doc file to .pdf extn. I know we have .docx to PDF. But I have .doc this to be converte to .pdf.
Its great if anyone help in suggesting approach for this.
Discussion posts and replies are publicly visible
"doc" and "docx" are the same file format. Did you try that smart service?
Stefan Helzle said:"doc" and "docx" are the same file format.
Yikes, this isn't true, and it's not even close.
".doc" is the (much) older, proprietary format; ".docx" is the open, XML / WordML based format (which is just a ZIP container containing plaintext human-readable XML files you can open and edit). A convertor that recognizes DOCX files wouldn't have the first clue how to deal with a .doc file. And if a document is actually docx but has been named with the .doc extension, that is a severe type mismatch.