When PDF is converted to DOCX file format- converted open XML document does not embed hyperlink relationship tag

We are using following code for converting PDF to DOCX file format. The code is able to create the open XML document, but the hyperlinks from input PDF document are not embedded in the DOCX file generated by Aspose.Pdf .

var pdfDocument = new Aspose.Pdf.Document(appPackageStream);

{

//Apply license

var license = new Aspose.Pdf.License();

license.SetLicense("Aspose.Pdf.lic");

var saveOpts = new DocSaveOptions();

saveOpts.Format = DocSaveOptions.DocFormat.DocX;

var openXMLStream = new MemoryStream();

pdfDocument.Save(openXMLStream, saveOpts);

}

Is there any other option to convert PDFs to DOCXs preserving the hyperlink relationship tags?

Hi Greg,

Thanks for your inquiry. We have already noticed the issue and logged it in our bug tracking system as PDFNEWNET-36570 for investigation and resolution. We will notify you via this thread as soon as it is resolved.

Please feel free to contact us for any further assistance.

Best Regards,

Is this bug resolved?
I am also facing the same issue with 19.1 version.

@vivek807

Thank you for contacting support.

We are afraid PDFNET-36570, formerly PDFNEWNET-36570, is not resolved yet. Would you please share your sample ZIP files and code snippet so that we may try to reproduce it in our environment and proceed further to help you out.