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.
Add or Remove JavaScript in PDF Files in C# .NET
PDF is a rich document format in terms of versatility and features. One of the major advantages of PDF is its consistent layout across heterogeneous platforms. Moreover, it has the ability to be displayed in desktop applications and web browsers at the same time. This is the reason that PDF files are capable of running JavaScript. In this article, we will demonstrate how to add or remove JavaScript in PDF files using C#.
Create Tagged PDF Files in C# .NET
A tagged PDF file is a type of PDF that uses tags to define the logical structure of the content in the document. It is used to enhance the reading experience for those who use assistive technologies and screen readers. In a previous post, we covered creating PDF files within a .NET application. In this article, we will demonstrate how to create tagged PDF files in C# .NET.
Add Data from Database to PDF in C# .NET
Databases store critical information that applications often need to display. When generating PDFs programmatically, you may want to fill the document with this data. This guide demonstrates how to add database data to PDF files in C# using Aspose.PDF.
Create Table in PDF Files using C# .NET
Tables are used to represent data in the form of rows and columns. It lets the readers go through the data quickly without reading a lot of text. When generating the PDF files programmatically, you may often come across the requirement of creating tables. In accordance with that, this article covers how to create a table in PDF files in C# .NET.
How to Replace Images in PDF Files using C#
Do you need to replace images in a PDF programmatically in C#? If yes, this article is going to provide you with a powerful and easy-to-code solution for replacing PDF images with high fidelity. You can easily use this solution to replace the confidential images in PDF files before sharing. So let’s see how to replace images in a PDF in C#.
Generate Thumbnails for PDF Files in C#
When embedding PDFs in web apps or building a PDF viewer, thumbnail images are essential. This guide shows how to generate PDF thumbnails in C# .NET—for a single page or all pages.
How to Rotate Text in PDF in C#: A Complete Guide
If you are generating PDF files programmatically, you may need to rotate PDF text at a specific angle. Changing the orientation and position of a text in a PDF could be tricky. However, the solution provided in this article has made rotating text in PDF using C# quite easy. So let’s dig down and check how to rotate text in a PDF in C#.