PDF to DOCX - preserve hyperlinks

Hello,
I’m converting the attached PDF file to DOCX with Aspose PDF.

It converts pretty well, but there are no hyperlinks in the DOCX file. The text is blue and underlined, but is not hyperlinked. The DOCX file is also attached

The code is as follows:

<cfset docSaveOptions=createObject(“java”,“com.aspose.pdf.DocSaveOptions”).init()>
<cfset docSaveOptions.setFormat(1)>
<cfset docSaveOptions.setMode(1)>
<cfset docSaveOptions.setRecognizeBullets(true)>
<cfset pdf=createObject(“java”,“com.aspose.pdf.Document”).init(tempFile)>
<cfset pdf.save(tempDocXFile,docSaveOptions)>
<cfset pdf.close()>



Thank you.

Hi Chris,


Thanks
for using our API’s.<o:p></o:p>

I have tested the scenario and I am able to reproduce the same problem. For the sake of correction, I have logged it in our issue tracking system as PDFNEWJAVA-34687. We will investigate this issue in details and will keep you updated on the status of a correction.

We apologize for your inconvenience.