Convert PDF file into SVG in C# using Aspose.PDF - URLs are not preserved

Hello,

Working with Aspose.PDF (20.12.0) on a paid license. We are trying to convert a PDF to SVG, but the hyperlinks within the PDF are not being included in the output SVG file? Any suggestions?

                using (Document parent = new Document(pathToPdf))
                {
                    SvgSaveOptions options = new SvgSaveOptions { CompressOutputToZipArchive = false };

                    Page page = parent.Pages[1];

                    using (Document document = new Document())
                    {
                        document.Pages.Add(page);

                        string path = Path.Combine(
                            pathToImageFolder,
                            "Page.svg"
                        );

                        document.Save(path, options);
                    }
                }

Here is the example file we are working with: Links Testing.pdf (60.9 KB)

Thanks!

1 Like

@TimothyVogelsang

We were able to reproduce the issue in our environment and have logged it as PDFNET-49243 in our issue tracking system. We will further look into its details and keep you posted with the status of its correction. Please be patient and spare us some time.

We are sorry for the inconvenience.

Thanks for the update, much appreciated.

1 Like

Hello,

Just following up on the below, as it was over 30 days ago. Wondering if there is a next step with Aspose? I’m not sure how to follow your issue ticket to understand when it will be corrected.

Thanks!

@TimothyVogelsang

We are afraid that the earlier logged issue is not yet rectified. Please note that it was logged under normal support model and as per the fairest policy, it will be investigated and resolved on a first come first serve basis. We will post an update in this forum thread as soon as we make some definite progress towards resolution of the ticket. Please give us some time.

We apologize for the inconvenience.

I’d like to follow up on this issue and escalate this. We do have paid Business Support Subscription

@Brent_W

In case you have paid support, you should be able to login into paid support forum using the same email address which was used to purchase the subscription. Please create a ticket there with the reference of issue ID (PDFNET-49243) and the ticket will be escalated accordingly.

I will do, thanks for clarifying quickly

Ticket created #175101

@Brent_W

We have confirmed that the ticket has been escalated to priority support. You will get updates in the paid support forum regarding the resolution progress of the issue.

The issues you have found earlier (filed as PDFNET-49243) have been fixed in Aspose.PDF for .NET 21.12.