PdfSaveOptions saveOptions = new PdfSaveOptions();
File converted = new File("C:\\output.pdf");
Document doc = new Document("C:\\nput.docx");
doc.getChildNodes(NodeType.COMMENT, true).clear();
doc.save(converted.getAbso…...All the document comes from customer side, we have tested lots...lots of document from our customer side, we have found this problem...