Working with com.aspose.pdf.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 PdfFileInfo - tool for accessing meta information of PDF document
- 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