I am attempting to add a new text link to a web address in an existing PDF using
PdfTextWebLink. I have tested and am able to create a new PDF with a
PdfTextWebLink following the Syncfusion code sample
here. Using either of the
signatures for PdfTextWebLink.DrawTextWebLink() works when creating a new PDF. When working with a page in an existing PDF and following the Syncfusion code sample
here (see attachment for the result of running this code), however, the text is drawn to the PDF but it is not a link. This is specifically using the overload where the first parameter is
PdfGraphics.
Is this a bug in the source? Why is it not being added as a link when editing a PDF?
Thanks in advance.
Attachment:
Output_b91b141d.zip