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 Forms - deal with interact PDF documents, add formfields, extract data.
  • Working with Pages - add, move or remove, crop pages, add watermarks, stamps.
  • Working with Text - add, format, search and replace text in PDF.
  • Working with Images - insert, remove, extract image in document.
  • Working with Tables - insert, decorate table in PDF, extract tabular data.
  • Annotations - annotations allow users to add custom content on PDF pages. You can add, delete and modify the annotation from the PDF documents.
  • Attachments - PDF documents may contain file attachments. These attachments can be other PDF documents, or any kind of file, like audio files, Microsoft Office documents etc. You will learn how to add attachments to pdf, get the information of an attachment, and save it to file, delete the attachment from PDF programmatically with PHP.
  • Metadata in PDFs - get or set meta data in documents, dealing with XMP data.
  • Securing and Signing - protect and sign your PDF document programmatically