The half of background turns wrongly to be black

Sample Code as the followings:

PdfSaveOptions saveOptions = new PdfSaveOptions();
saveOptions.setWarningCallback(new WarningCallback());

File converted = File.createTempFile("aspdf-", ".pdf");
Document doc = new Document("C:\\tempfiles\\document\\test_figure_2.docx");
doc.getChildNodes(NodeType.COMMENT, true).clear();
doc.save(converted.getAbsolutePath(), saveOptions);

Then we could see *.pdf is not the same as *.docx, the half of background turns to be black.


Many thanks!
Hi Will,

Thanks for your inquiry. We have tested the scenario and have noticed that watermark does not render correctly in Pdf. See the attached Pdf for detail. For the sake of correction, we have logged this problem in our issue tracking system as WORDSJAVA-1262. 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-1262) 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 ) have been fixed in this update. This message was posted using BugNotificationTool from Downloads module by MuzammilKhan