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

pdf to docx conversion quality is not good

Community Beginner ,
Jan 11, 2021 Jan 11, 2021

When we do the pdf to docx conversion in from adobe acrobat dc application quality is good but

when i tried through your node js sdk api. quality is bit poor.

please find the attached sorece pdf and both acrobat dc application coverted and also

node js sdk sample code one converted.

please reply me as soon possible!

 

Thanks and Regards

syed sameer 

TOPICS
Edit and convert PDFs , JavaScript
1.5K
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
Community Expert ,
Jan 11, 2021 Jan 11, 2021

Hi,

To edit a pdf, it is always recommended to open the original source file.

The challenge here is that you are trying to open a document not designed in a linear way in MS Word. Also, the fonts seems to create issues. 

The properties of the file indicate that The Leading PDF Platform for Developers | iText (itextpdf.com) was used to create the pdf. 

Next, fonts Type 1 were used to create the file, using custom embedding. That is another point that will make the conversion create inacurate elements. 

Can you describe what you are trying to achieve?

By exporting to Word, I would be tempted to save all emenets and recreate the file in InDesign. This would allow for a more stable workflow.

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
Community Beginner ,
Jan 11, 2021 Jan 11, 2021

Hi Eric,

Thanks for replying.

The attached pdf first i have converted to docx document from Adobe Acrobat DC pro application (online plaftoform) and i git the really a good conversion.

But, My concern here is when i am trying the same through the api using node js sdk, conversion is taking place but

recieved docx document quality is not good compare to Adobe Acrobat DC pro online platform.

But its a same document. i have allready attached both source pdf ,online converted docx and through node js sdk

converted document.

can you please help me on this.

i am writing a node js script to make convertion automatic for my organization using your node js sdk. 

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
Community Expert ,
Jan 12, 2021 Jan 12, 2021
LATEST
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
Community Expert ,
Jan 11, 2021 Jan 11, 2021

You can use the good Word document.

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