Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Saving a PDF as a Word Doc = Disaster

New Here ,
Mar 04, 2016 Mar 04, 2016

Why when Saving a PDF as a Word Doc does the Form 1. Not Match the PDF 2. The Image Quality is Terrible and 3. Things are out of place? I cannot attach the form as an example since it is a work document.

TOPICS
Acrobat SDK and JavaScript
308
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Mar 04, 2016 Mar 04, 2016

There are a few issues here.

(1)  PDF is a “final form file format” and is not a layout format like Word, InDesign, etc. Unless “tagged PDF” was originally created, the PDF file itself does not have a concept of anything other than runs of text, vector objects, and raster image objects, etc. — there are no words, sentences, paragraphs, columns, articles, tables, etc. in PDF (other than if tagging is used, and even then, the PDF file doesn't have a real full view of the original content)! Creation

...
Translate
Mar 04, 2016 Mar 04, 2016
LATEST

There are a few issues here.

(1)  PDF is a “final form file format” and is not a layout format like Word, InDesign, etc. Unless “tagged PDF” was originally created, the PDF file itself does not have a concept of anything other than runs of text, vector objects, and raster image objects, etc. — there are no words, sentences, paragraphs, columns, articles, tables, etc. in PDF (other than if tagging is used, and even then, the PDF file doesn't have a real full view of the original content)! Creation of a Word document (or for that matter an Excel spreadsheet or a Powerpoint presentation) from a PDF file depends on heuristics, hints from any tagging, the quality of the PDF file, and the source of the PDF file. You cannot count on even round-tripping (i.e., Word=>PDF=>Word) and remaining particularly faithful to the original document.

(2)  Depending upon the source of the original PDF file, the format you are exporting to in Acrobat (Word, Excel, Powerpoint, etc.) simply might not be able to accommodate the layout, graphic constructs, color spaces, etc. For example, if the original document was a complex InDesign document, you would expect significant “issues” with exported Word documents from the InDesign's PDF simply because many of the layout features in InDesign simply don't exist in Word.

(3)  You may wish to check the Word export settings to see whether adjusting those may help in terms of the resultant Word layout.

Unfortunately, the best you should really count on for any export from PDF is an approximation of the original document. Typically, much manual editing of the resultant file will be necessary before it is really usable. You are always best to try to find, edit, and use the original source documents, not count on conversions from PDF.

              - Dov

- Dov Isaacs, former Adobe Principal Scientist (April 30, 1990 - May 30, 2021)
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines