Hello,
I’m getting an unwanted yellow char in the output pdf.
My code snippet is:
InputStream is = new FileInputStream(“aspose.DOC”);
Document document = new Document(is);
NodeCollection comments = document.getChildNodes(NodeType.COMMENT, true);
comments.clear();
document.save(“aspose.pdf”);
Can you help, pls?
Please see attached files.
The issues you have found earlier (filed as WORDSNET-7320) have been fixed in this .NET update and this Java update.
This message was posted using Notification2Forum from Downloads module by aspose.notifier.