Hi,
We are using Document.save() API to convert a WORD document into PDF document. However, for the attached word document, the PDF document generated by Aspose looks very different from the WORD document.
We are using below code:
Document doc=new Document("document.docx");
doc.save("Aspose_document.pdf");
Attached following files:
- document.docx: The WORD document
- Aspose_document.pdf: The PDF document generated using Aspose Document.save() API.
- MS_updatedDocument.pdf: The PDF document generated using Microsoft Word saveAsPdf option.
The “Aspose_document.pdf” and “MS_updatedDocument.pdf” look very different.
Please have a look into this issue.
Please find the attached documents ASPOSE DOCS.zip (1.7 MB)
for your reference.
Thanks
Manisha