Save to PDF distarts embedded charts

Team, could you please take a look at attached input docx and output PDF?

PDF save using Aspose word is distorting the original graph.

try {
Document doc = new Document(“C:\in.docx”);
doc.save(“C:\out.pdf”, SaveFormat.PDF);
} catch (Exception e) {
e.printStackTrace();
}

Hi there,


Thanks for your inquiry. We have tested the scenario and have managed to reproduce the same issue at our side. For the sake of correction, we have logged this problem in our issue tracking system as WORDSNET-15031. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

The issues you have found earlier (filed as WORDSNET-15031) have been fixed in this Aspose.Words for .NET 17.4 update and this Aspose.Words for Java 17.4 update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.