Advanced operations

Contents
[ ]

Advanced Operations is a section about how to deals with existing PDF files programatically, be they documents created with Aspose.PDF as discussed in Basic Operations, or PDFs created with Adobe Acrobat, Google Docs, Microsoft Office, Open Office or any other PDF producer.

You’ll learn different ways to:

  • Working with Documents - compress, split, and merge documents and make other operations with the whole document.
  • Working with Pages - add, move or remove, crop pages, add watermarks, stamps, and etc.
  • Working with Images - add, extract or remove images from PDF documents.
  • Attachments - you will learn how to add and delete the attachment from PDF programmatically with Python.
  • Navigation and Interaction - deal with actions, bookmarks, navigate pages.
  • Annotations - annotations allow users to add custom content on PDF pages. You can add, delete and modify the annotation from the PDF documents.
  • Working with Tables - insert, decorate table in PDF, extract tabular data.
  • Working with Forms - deal with interact PDF documents, add formfields, extract data.