Hello Aspose support
We are experiencing a problem when converting DOCX file using Aspose.Words for Java into PDF format.
The original file contains embedded images on page 2.
The problem is that when we run conversion on Windows PC then those pictures either disappear or are shifted into other pictures, as can be seen in attached files.
We use:
- Aspose.Words for Java 14.1.0
- Windows XP
The code we are using to the conversion is very simple, exactly as on your webpage:
Document doc = new Document(getMyDir() + "Document.doc");
doc.save(getMyDir() + "DocumentOut.pdf");
doc.save(getMyDir() + "DocumentOut.pdf");
The original and generated files are attached.
Can you please advise if we need to do anything specific for running the conversion on PC.
Thank you.
Kind regards,
Michal Wasiak
Michal Wasiak