Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Copy link to clipboard
Copied
You can use the good Word document.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now