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…...Wrong page count when convert Doc to Pdf Aspose.Words Product Family...Document doc = new Document("TestJiraJ1525.docx", opt); doc.save("TestJiraJ1525_17...