Search
Follow Us
Categories
- Success Stories(157)
Archives
Tag Archives: Add Hyperlink to an External PDF Csharp
Add or Update Hyperlinks in PDF using C# .NET
PDF is a feature-rich document format that supports a range of elements including annotations, media, forms, etc. Hyperlink is an important element that is used to navigate within the PDF, from one PDF to another, to a web page, etc. While generating the PDF documents programmatically, you may often need to insert hyperlinks. Accordingly, in this article, you will learn how to add and update hyperlinks in PDF files in C# .NET.