Converting DOC to PDF

Hi,
I have issue where I have an external link in a word doc which I converted to PDF using the following code

Aspose.Pdf.Pdf pdf = new Pdf();
Aspose.Words.Document document = new Aspose.Words.Document("C:\\Test Hyperllinks\\testhyperlink.doc");
document.Save("c:\\test.pdf");

The issue is that in the PDF doc the link when clicked tries to open a browser instead of the doc. On checking the properties of the link it showed for actions as Open a Web link instead of Open a file.
Please give a solution.

This message was posted using Page2Forum from How-to: Convert a Document to PDF - Aspose.Words for .NET

Hello

Thanks for your request. Could you please attach your input and output documents here? I will investigate the issue and provide you more information.
Best regards,