Hi,
I am trying the below code to convert a PDF to MS Word using aspose-pdf-26.5.jar
Document pdfDocument = new Document(“Test.pdf”);
pdfDocument.save(“Test.pdf.docx”, SaveFormat.DocX);
pdfDocument.close();
The outp…...same PDF in MS Word , I can edit / copy the texts. Please suggest...the extracted contents can be edited. Thanks! TEST2.pdf (42.4 KB)...