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…...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…