Advanced operations in Node.js

Contents
[ ]

Advanced Operations is a section about how to deal with existing PDF files programmatically, be they documents created with Aspose.PDF as discussed in Basic Operations, or PDFs generated 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, stamps.
  • Metadata in PDFs - get or set meta data in documents.
  • Working with Images - insert, remove, extract image in document.
  • 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.
  • Securing and Signing - protect and sign your PDF document programmatically.
  • 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 Node.js.