Search
Follow Us
Categories
Author Archives: Nayyer Shahbaz
Convert PDF to Image in Python
PDF is one of the popular formats for information sharing as it preserves document fidelity on the majority of platforms. Albeit all popular web browsers support PDF format …
Posted in Aspose.PDF Cloud Product Family Tagged Convert PDF to JPG, PDF to Image, PDF to TIFF, pdf to image converter, pdf to png
Add Text and Image to PDF Header using Python
The headers and footers are small pieces of information available at the top margin of each page. They support the purpose of labeling and providing descriptive information. More commonly, people add page numbers and file names on each page to …
Import XML Data to PDF Form using Python
This article is a continuation of our earlier blog post on how to Export PDF to XML using Python, where we learned the steps on how to export PDF form data to XML format. In this article, we are …
Export PDF to XML using Python
PDF forms are among the famous file types where you may enter information, select items from drop-down boxes, and also check fields as needed. PDF currently supports two different methods for integrating data and PDF forms i.e. AcroForms (also known …
Control PDF Display Properties using Python
The PDF files have a unique feature to hold the view preferences that enable us in controlling how the viewer application will display the PDF document. Therefore, the viewer preferences dictionary of a PDF document allows you to control the …
Find and Replace Text in PDF using Python
The Portable Document Format (PDF) file contains 7-bit ASCII characters, except for certain elements that may have binary content. Usually, it is comprised of text, images, embedded fonts, hyperlinks, videos, interactive buttons, forms, and much more. Sometimes, …
Add or Remove PDF Pages using Python
A PDF file is comprised of multiple pages which may contain information related to a similar topic or different context. We may have a requirement to add new pages to the PDF document. Or, we may have a requirement to …