How to create URL links on a PDF pageThe following code creates a PDF file called "links.pdf" that has a link to a web site. c# sample: PDFDocument MyPDF = new PDFDocument("Link.pdf"); MyPDF.CurrentPage.Body.AddTaggedText("<a href=\"http://www.pdf-technologies.com\"><font color='Navy'><u>Please visit us.</u></font></a>"); MyPDF.Save(); |
PDF .NET Library for .NET Software Developers - PDF Component Library for C#, VB.NET and ASP.NET developers Copyright © PDF Technologies Inc., 2013. |