Document conversion with pictures failed

test.zip (307.6 KB)
this document conversion failed.

@lawnet,

After an initial test with the licensed latest version of Aspose.Words for .NET i.e. 19.7, we were unable to reproduce this issue on our end. Please see this output PDF (19.7.pdf (423.4 KB)) that we generated from “test.docx” by using the following simple code:

Document doc = new Document("E:\\temp\\test\\test.docx");
doc.Save("E:\\Temp\\test\\19.7.pdf");

I use Aspose.Words for .Java 18.4

@lawnet,

Please check the following PDF file that we generated by using the latest version of Aspose.Words for Java i.e. 19.7 on our end. So, please upgrade to the latest version and see how it goes on your end. Hope, this helps.

awjava-19.7.pdf (424.2 KB)