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.

Extract Text from PDF using Java

In this post, you will learn how to extract text from PDF documents seamlessly using Java. Text extraction could be useful in various scenarios such as text analysis, information retrieval, document parsing, and so on. Since PDF is one of the most widely used digital documents, the use cases of text extraction from PDF documents are more in number. So let's begin and check how to perform PDF text extraction from within Java applications.

Posted in Aspose.PDF Product Family | Tagged , ,

Create PDF Files using C# – .NET PDF API

Automated generation and processing of PDF documents have become a demanding feature in recent days. In various applications, PDF documents are generated dynamically such as invoices, receipts, and different types of reports. In accordance with that, this article covers the basic implementation of PDF automation within .NET applications. Ultimately, you will learn how to create PDF files and insert text, images, tables, and other components using C#.

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

Convert PDF File to Byte Array or Byte Array to PDF using C#

Byte Array is helpful for storing or transmitting data. Likewise, the PDF file format is popular because of its features and compatibility. You can convert PDF File to Byte Array as well as a Byte Array to PDF File using C# language.

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

Convert MemoryStream to PDF File or PDF File to MemoryStream in C# VB.NET

MemoryStream is frequently used because of its efficiency and ease. You can convert a MemoryStream to a PDF File as well as a PDF File to a MemoryStream Programmatically using C# or VB.NET. One of the many advantages of using a MemoryStream is that the system can avoid the latencies.

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

Convert PDF Pages to PNG Images using C#

PDF is considered to be a suitable document format for printing and sharing. However, there might be a case when you need to convert pages in a PDF file to PNG images. For example, when you want to embed PDF pages on a web page or generate the PDF's cover, etc. In this article, you will learn how to automate the PDF to PNG C# conversion from within your .NET applications.

Posted in Aspose.PDF Product Family | Tagged ,

Add or Remove Attachments in PDF using Java

PDF is one of the ruling file formats in the world of digital documents. Along with other popular features, PDF format also allows you to embed files as attachments within a PDF file. These attachments are similar to ones you add to an email message. In order to automate PDF attachment manipulation, this article provides you some simple ways of adding and removing attachments in PDF files using Java.

Posted in Aspose.PDF Product Family | Tagged , ,

Convert CSV to PDF or PDF to CSV Programmatically using C# VB.NET

CSV files often contain tabular data where the values are usually separated by comma delimiter. You can convert a CSV file to PDF as well as a PDF file to a CSV file using C# or VB.NET. Aspose APIs offer a lot of file manipulation and conversion features. Let us explore the CSV and PDF conversion.

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

Import or Export Annotations from PDF to XFDF using C# VB.NET

Annotations are often used to add clarifications, explanations, details, or comments to some documents. In PDF files, annotations are frequently used and you might need to import or export them to XFDF format. You can easily import or export annotations programmatically using C# or VB.NET.

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

Merge Two or More PDF Files using C++

In various scenarios, you may need to merge multiple PDF files into a single one. For example, merging the content from a similar type of documents such as resumes, receipts, and etc. Aspose.PDF lets you automate the PDF merging process from within your web, desktop, or mobile applications. In this article, you are going to learn how to merge multiple PDF files using the C++ variant of Aspose.PDF.

Posted in Aspose.PDF Product Family | Tagged , ,

Convert PDF to SVG Format using Java

PDF has been ruling the world of digital document formats for many years for printing, sharing, exchanging, and archiving the documents. However, PDF may not be suitable in certain situations such as displaying it on a web page. In such cases, SVG comes as an alternative. SVG files can easily be displayed on the web pages without disturbing the user experience across the diversity of screen sizes. Hence, PDF to SVG conversion takes place in such cases. In this article, you are going to learn how to convert the PDF files to SVG format using Java.

Posted in Aspose.PDF Product Family | Tagged , ,