Hi,
We are using Aspose.pdf v19.6 for pdf to docx conversion in which we are facing a very basic issue. The hyperlinks and cross-references in the pdf are not working when converted to docx.
Following is the code snippet being used to generate the docx:
Document doc = new Document(“sample.pdf”);
DocSaveOptions pdfSaveOptions = new DocSaveOptions();
pdfSaveOptions.setFormat(DocSaveOptions.DocFormat.DocX);
doc.save(“output.docx”, pdfSaveOptions);
Attached here are the source pdf and docx output:
attachments.zip (569.6 KB)
Since our customer is facing this issue in the production environment, it has become a show-stopper for us. Can you please look into this on a priority basis and provide a fix ASAP.
Thanks,
Neeraj