Extra lines are added to the image when convert from docx to pdf

Running the following sample code


File converted = File.createTempFile(“aspdf-”, “.pdf”);
Document doc = new Document(“C:\temp\Extra_lines.docx”); //attached the test file
doc.getChildNodes(NodeType.COMMENT, true).clear();
doc.save(converted.getAbsolutePath(), saveOptions);

We could see that the extra lines are added to the image when convert from docx to pdf

Thanks for help!

Hi Will,

Thanks for your inquiry.

I have tested the scenario using latest version of Aspose.Words for .NET and have not found the shared issue. However, the image does not render in output Pdf.

For the sake of correction, I have logged this problem in our issue tracking system as WORDSNET-10062. I have linked this forum thread to the same issue and you will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

Hi Will,

Further to my last post, I have tested the scenario and have managed to reproduce the same issue at my side using Aspose.Words for Java 14.3.0. For the sake of correction, I have logged this problem in our issue tracking system as WORDSJAVA-878. I have linked this forum thread to the same issue and 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 WORDSJAVA-878) have been fixed in this .NET update and this Java update.


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

The issues you have found earlier (filed as WORDSNET-10062) have been fixed in this .NET update and this Java update.


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