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 Files to PNG, JPEG, BMP, and TIFF Images using Java

PDF format is ruling the world of digital documents because of its cross-platform support. However, in certain cases, you have to convert PDF files to other file formats. For such cases, this article covers how to convert PDF files to popular image formats. Particularly, you will learn how to convert PDF to PNG, JPEG, BMP, and TIFF formats using Java.

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

Convert PDF Files to SVG using C#

PDF has become one of the dominant file formats because of its cross-platform support. Due to the consistent layout of the PDF documents across heterogeneous devices, people use to prefer conversion of documents to PDF before sharing. However, in certain cases, PDFs need to be converted into another document format. PDF to SVG conversion is widely adopted in order to embed the content of PDF documents in webpages. Therefore, in this article, you will learn how to convert PDF files to SVG using C#.

Posted in Aspose.PDF Product Family | Tagged , ,

Convert PDF to SVG Format using C++

PDF is a widely used document format for exchanging documents between individuals and different organizations. It is a standard document format, but sometimes it is not the ideal format for the situation. Nowadays, a lot of people are consuming content on their mobile devices such as smartphones or tablets. In such cases, SVG is a good alternative. SVG can be scaled to different screen sizes without losing quality and is the most used format for websites. Webpages can also use CSS styling to display SVG content. For this purpose, you will need to convert the PDF files to SVG. In this article, you will learn how to convert PDF files to SVG format using C++.

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

Add, Remove, Extract and Replace Images in PDF using C#

A picture is worth a thousand words. Therefore, images and graphics play an important role in PDF as well as other documents. Since PDF has become one of the most popular and widely used file formats, this article targets how to manipulate images in PDF files programmatically. More precisely, you will learn how to add, extract, remove, and replace images from PDF files using C#.

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

Split a PDF File using Java

There could be various cases when you need to split a PDF into multiple PDF files. For example, you may have to split each page of the PDF containing invoices/receipts and save them as separate files. On the other hand, you may want to split a particular collection of pages from a PDF file. In order to deal with the above-mentioned scenarios, this article covers how to split a PDF file into multiple PDFs programmatically using Java.

Posted in Aspose.PDF Product Family | Tagged , ,

Insert or Delete Text/Image Watermark in PDF File using C#

Watermarks are frequently used in PDF files. You can insert or delete text and image watermark in PDF files with few simple steps. You can easily control a lot of properties for working with watermarks. For example, opacity, position, rotation, color, font, image, etc., and much more. Likewise, a lot of other properties can be set for watermarks with quick API calls.

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

Add or Remove Annotations in PDF Files using C#

PDF annotations are the additional objects that are used to marking up the content in PDFs. Since PDF files are not easily editable, the annotations are used to add notes about the content using comments, popups, and various other graphical objects. In this article, you will learn how to work with annotations in PDF documents programmatically. Particularly, the article will cover how to add and remove annotations in PDF files using C#.

Posted in Aspose.PDF Product Family | Tagged ,

Create PDF Files using Java – Java PDF API

PDF has become a commonly used file format for creating different types of documents. Various industries have adopted PDF automation for document generation such as receipts, invoices, business reports, etc. Keeping an eye on such scenarios, this article covers how to create PDF documents programmatically from within Java applications. Ultimately, you will learn how to create a PDF file from scratch and insert text, images, tables, and other elements into it.

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

Find and Replace Text in PDF using C#

The find and replace option makes it possible to replace a particular piece of text in a document in one go. This way, you do not have to locate and update each occurrence of the text in the whole document manually. This article even goes one step further and covers how to automate find and replace text feature in PDF documents. Particularly, you will learn how to find and replace text in a whole PDF, a particular page, or a page region using C#.

Posted in Aspose.PDF Product Family | Tagged ,

Add and Remove Attachments in PDF using C#

The PDF format supports adding attachments to a PDF file similar to the email attachments. A PDF attachment could be of TXT, DOCX, XLSX, or any other document format. In this article, you will learn how to implement some basic PDF attachment manipulation features in your .NET applications. By the end of this article, you will be able to extract, add, or remove attachments in a PDF programmatically using C#.

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