Category Archive: Aspose.PDF Product Family

Official blog of Aspose.PDF for .NET, Java, Android, C++ & Reporting Services with news of newly supported features, hot fixes, technical articles, tips and videos.

Convert PDF Pages to JPG Images in C#

PDF is a versatile format that is commonly used for printing and sharing documents. However, there could be cases when you need to convert PDF files to image formats programmatically. To accomplish that, this article covers how to convert PDF to JPG images in C# from within your .NET applications.

Posted in Aspose.PDF Product Family | Tagged , ,

Convert PDF Files to XML in C# .NET

XML is a well-known markup language similar to HTML. However, its uses spread across multiple scenarios such as data management, web, office tools, documents, etc. In particular cases, the PDF documents are converted into XML files to get the structured representation of the content. Thus, the tag-based representation of the PDF documents can be processed more conveniently for different purposes. Accordingly, in this article, you will learn how to convert a PDF file to XML programmatically in C#.

Posted in Aspose.PDF Product Family | Tagged , , ,

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.

Posted in Aspose.PDF Product Family | Tagged , , , ,

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#.

Posted in Aspose.PDF Product Family | Tagged , , , ,

Create Graphs and Charts in PDF in Java

Graphs and charts are used to visually represent the data in PDF files. Furthermore, you can use them to graphically describe the flow of the activities or operations in a system such as flow charts. In this article, you will learn how to create graphs and charts in PDF files programmatically in Java. We will explicitly cover how to create different graphical objects in a PDF file.

Posted in Aspose.PDF Product Family | Tagged , , , , ,

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 programmatically in C# .NET.

Posted in Aspose.PDF Product Family | Tagged , , ,

Add Data from Database to PDF in C# .NET

Databases are almost everywhere to store and manage the data. It is a common practice of the programmers to retrieve the data from the databases and load it into the applications. When generating PDF files programmatically, one may need to populate the document with the data in database. To accomplish that in .NET applications, this article shows how to add data from database to PDF files in C#.

Posted in Aspose.PDF Product Family | Tagged , , ,

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 tables in PDF files in C# .NET.

Posted in Aspose.PDF Product Family | Tagged , , , ,

Replace Images in PDF Files in C# .NET

PDF format is widely adopted to automatically generate the documents such as invoices, reports, articles, etc. In certain cases, you have to replace the images in the PDF documents, such as to hide the confidential content. To accomplish that programmatically, this article covers how to replace images in PDF documents in C# .NET.

Posted in Aspose.PDF Product Family | Tagged , ,

Generate Thumbnails for PDF Files in C#

You may often need to generate thumbnails while embedding the PDF documents into a web application. Also, thumbnails of pages are required when creating a PDF viewer. For such scenarios, this article covers how to generate thumbnails of a PDF file programmatically in C# .NET. We will explicitly cover how to create a thumbnail of a particular page or all the pages in a PDF file.

Posted in Aspose.PDF Product Family | Tagged , , ,