AutoFiller | Represents a class 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. It has two template file input modes:input as a stream or a pdf file. It has four types of output modes:one merged stream, one merged file, many small streams, many small files. It can recieve literal data contained in a System.Data.DataTable. |
BDCProperties | BDC operator properties. |
Bookmark | Represents a bookmark. |
Bookmarks | Represents a collection of Bookmark objects. |
DocumentPrivilege | Represents the privileges for accessing Pdf file. Refer toPdfFileSecurity. There are 4 ways using this class: 1.Using predefined privilege directly. 2.Based on a predefined privilege and change some specifical permissions. 3.Based on a predefined privilege and change some specifical Adobe Professional permissions combination. 4.Mixes the way2 and way3. |
Facade | Base facade class. |
FontColor | Class representing color of the text. |
Form | Class representing Acro form object. |
FormattedText | Class which represents formatted text. Contains information about text and its color, size, style. |
FormEditor | Class for editing forms (ading/deleting field etc) |
FormFieldFacade | Class for representing field properties. |
IFacade | General facade interface that defines common facades methods. |
ISaveableFacade | Facade interface that defines methods common for all saveable facades. |
LineInfo | Represents the information of line. |
PdfAnnotationEditor | Represents a class for work with PDF document annotations (comments). |
PdfBookmarkEditor | Represents a class to work with PDF file’s bookmarks including create, modify, export, import and delete. |
PdfContentEditor | Represents a class to edit PDF file’s content. |
PdfConverter | Represents a class to convert a pdf file’s each page to images, supporting BMP, JPEG, PNG and TIFF now. Supported content in pdfs: pictures, form, comment. |
PdfExtractor | Class for extracting images and text from PDF document. |
PdfFileEditor | Implements operations with PDF file: concatenation, splitting, extracting pages, making booklet, etc. |
PdfFileInfo | Represents a class for accessing meta information of PDF document. |
PdfFileMend | Represents a class for adding texts and images on the pages of existing PDF document. |
PdfFileSanitization | Represents sanitization and recovery API. Use it if you can’t create/open documents in any other way. |
PdfFileSecurity | Represents encrypting or decrypting a Pdf file with owner or user password, changing the security setting and password. |
PdfFileSignature | Represents a class to sign a pdf file with a certificate. |
PdfFileStamp | Class for adding stamps (watermark or background) to PDF files. |
PdfJavaScriptStripper | Class for removing all Java Script code. |
PdfPageEditor | Represents a class to edit the PDF file’s page, including rotating page, zooming page, moving position and changing page size. |
PdfPrintPageInfo | Represents an object that contains current printing page info. |
PdfProducer | Represents a class to produce PDF from other formats. |
PdfXmpMetadata | Class for manipulation with XMP metadata. |
ReplaceTextStrategy | This class contains parameters which define PdfContentEditor behavior when ReplaceText operation is performed. |
SaveableFacade | Base class for all saveable facades. |
Stamp | Class represeting stamp. |
StampInfo | Class representing stamp information. |
TextProperties | Represents text properties such as: text size, color, style etc. |
ViewerPreference | Describes viewer prefereces (page mode, non full screen page mode, page layout). |