Working with Facades
Contents
[
Hide
]
Aspose.PDF Facades is a set of classes that allows you to perform various operations on PDF documents without delving into their structure.
In this section you will learn how to:
- Using PdfFileEditor - tool, which allow to perform operartions with PDF file (split, merge, etc).
- Using PdfFileMend - tool for adding texts and images on the pages of existing PDF document.
- Using PdfContentEditor - tool to edit PDF file’s content.
- Using PdfAnnotationEditor - tool for work with PDF document annotations (comments).
- Using PdfBookmarEditor - tool for creating, importing, exporting and deleting bookmarks.
- Using PdfExtractor - tool for extracting images and text from PDF document.
- Using PdfFileSignature - tool to sign a pdf file with a certificate.
- Using PdfConverter - tool to convert a PDF files to images (BMP, JPEG, PNG and TIFF) and vice versa.
- Using FormDataConverter - tool to convert data from one format to another format.
- Using FormEditor - tool for editing forms (ading/deleting field etc).
- Using PdfFileInfo - tool for accessing meta information of PDF document.
- Using PdfPageEditor - tool to edit the PDF file’s page, including rotating page, zooming page, moving position and changing page size.
- Using PdfXmpMetadata - tool for manipulation with XMP metadata.
- Using PdfFileSecurity - tool for manipulation with Encrypt, Decrypt and Set Privileges on PDF File.
- Using PdfFileStamp - tool for manipulation with page, image stamp.
- Using PdfViewer - tool for working with PDF printing.
- Using Form - tool for manipulation with Acro Forms.
- Using Stamp - tool stamping in PDF.
- Using AutoFiller - tool to receive data from database or other datasource, fills them into the designed fields of the template pdf and at last generates new pdf file or stream.