Search
Follow Us
Categories
- Success Stories(157)
Archives
Category Archive: Aspose.PDF Product Family
Extract Images from PDF using C#
PDF format is widely used to create read-only documents for sharing and printing. Generally, the PDF documents contain images along with text and in certain cases, you may need to extract these images while parsing the PDFs. In accordance with that, this article covers how to extract images from PDF programmatically using C#.
Extract Data from Tables in PDF using C#
PDF has become one of the most widely used document formats in a multitude of fields. In various cases, it is used to generate invoices where data appears to be in a tabular form. In such cases, you may need to parse the PDF to read data from the tables programmatically. To achieve this, the article covers how to extract data from PDF tables using C#.
Insert or Delete Text/Image Watermarks in PDF Files using C++
A watermark in a document identifies the state of the document with texts like confidential, draft, etc., and makes it difficult for the original document to be copied. Watermarks can be image or text-based and are frequently used in PDF documents. You might need to add watermarks to PDF documents within your C++ applications. For that, this article will teach you how to add and remove text and image watermarks from PDF documents using C++.
Rotate PDF Pages, Text or Images using C++
Let us explore the scenarios related to rotation in PDF documents. There might be situations where you might have an inverted scanned PDF document that you need to fix. You can fix such a document by rotating the pages of the document. You might also want to add text or image watermarks to a PDF document by rotating them. To that end, this article will teach you how to rotate PDF pages, text, and images programmatically using C++.
Posted in Aspose.PDF Product Family Tagged Rotate PDF Image C++, Rotate PDF Pages C++, Rotate PDF Text C++
Convert LaTeX to Word using C#
LaTeX's TEX is a popular format that is used to write articles, books, and other publications. It uses different tags to insert text, graphics, mathematical equations, symbols, etc. in the document. In certain cases, you may need to convert the LaTeX file to a Word format programmatically. For such cases, this article covers how to convert a LaTeX file (.tex) to Word format using C#.
Extract Images from PDF using Java
While parsing the PDF files, you may need to extract images along with text from the documents. In order to perform this operation programmatically, this article covers how to extract images from PDF documents using Java. The steps by step guide along with API references and code sample demonstrate the complete image extraction procedure.
Working with Bookmarks in PDF Files using C++
Bookmarks in a PDF file are helpful to mark points of interest in the document. These enable you to jump to that point in the document quickly. You might find yourself in situations where you need to add, modify or delete bookmarks in a PDF file programmatically. For that, this article will teach you how to work with bookmarks in PDF files using C++.
Convert HTML to PDF in Android Programmatically
In various cases, you may need to convert the HTML pages to PDF format. On the other hand, you may want to generate PDF from the content of a WYSIWYG HTML editor. For such scenarios, this article covers how to convert HTML to PDF in Android apps programmatically. Furthermore, you will learn about additional options to customize HTML to PDF conversion.