We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Hyperlinks

Hi, I see that hyperlinks can be inserted into PDF documents, but I can''t find information anywhere on how to do this. I am trying to output information from a windows form and need a URL and a mailto: link. Thanks, Marcel

1 Reply

AD Administrator Syncfusion Team March 20, 2005 11:40 AM UTC

Hi Marcel, Here is a usage snippet for inserting hyperlinks but there is was a bug in version 3.0.1.0. We have already fixed this issue and a build with the fix will be available in a few days. //Create URL Link IPDFUriLink url = pdfDoc.CreateUriLink(firstPage,new RectangleF(200,10,200,20),"www.google.com"); url.LineWidth = -1; Thanks, Stephen. firstPage.Graphics.DrawText(200,10,"Click to open Google",pdfFont); >Hi, > >I see that hyperlinks can be inserted into PDF documents, but I can''t find information anywhere on how to do this. I am trying to output information from a windows form and need a URL and a mailto: link. > >Thanks, > >Marcel

Loader.
Live Chat Icon For mobile
Up arrow icon