| Class | Description |
|---|
| AlignmentType | Represents the alignment types. |
| Annotation | Represents the annotation class. |
| AttachmentInfo | Represents the attachment information. |
| 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. |
| BookMark | Represents a BookMark class. |
| BookMarks | Represents a collection of BookMark objects. |
| Certificate | Represents a certificate class. |
| 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. |
| EnumDescription | Represents a class to get the description of a enum type. |
| FontColor | Represents a structure of FontColor. Refer toPdfFileStamp. Use this class before 2007/02/25. Aspose has replaced it to System.Drawing.Color, Please use new class after that date. |
| Form | Represents a class to set the value for the fields of the AcroForms in the pdf document. A fully qualified field name should be specified to locate the field in the form. |
| FormattedText | Represents a class to format text including color, size, font. |
| FormDataConverter | Represents a class to convert data from one format to another format. It can convert the data in fdf/xml/pdf/xfdf to the OLEDB/OdbcDB. It also can convert the data in the OLEDB/OdbcDB to the data in fdf/xml/xfdf. It can convert the fdf to the xml with "hard-named" tag. In evaluation version, only 3 rows data will be imported or exported. |
| FormEditor | Represents a class to edit fields, such as create fields, remove fields, move fields, change fields' attributes. Filling data into fields is implemented by another class Form. |
| FormFieldFacade | Represents a class to record visual attributes of a field. Including the following information: - border style, width - border color, background color - font, font size - caption, text color - text alignment, text rotation |
| License | Provides methods to license the component. |
| LineInfo | Represents the information of line. |
| LinkInfo | Represents the information of links in the pdf document. |
| LogoStyle | Represents pattern of the text using. Refer toPdfFileStamp. |
| PageSize | Encapsulates predefined page sizes, including A0, A1, A2, A3, A4, A5, A6, B5, Letter, Legal, Ledger and P11x17. |
| PdfAnnotationEditor |
NOTE: This is Beta version of PdfAnnotationEditor. Some methods in this class are still in developing and may not be mature enough.
Represents a class to edit the pdf file's annotations(comments). |
| PdfBookMarkEditor | |
| PdfContentEditor | Represents a class to edit the pdf file's content. |
| PdfConverter |
NOTE: This is Beta version of PdfConverter. And we may be not able to improve its performance in short time.
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. Picture quality: not very clear, but it is enough to support the fax. Conversion rate: one page 2 seconds. |
| PdfExtractor |
NOTE: This is Beta version of PdfExtractor. Some features may not be supported well and we may be not able to fix them in short time.
Represents a class for extracting images and text from pdf file. |
| PdfFileEditor | Represents manipulating of existing Pdf file,includes concatenating Pdf files, inserting pages, extracting pages, splitting pages, appending pages, making N-Up, making booklet. Concatenating Pdf files, inserting pages, extracting pages, splitting pages, appending pages. Making N-Up, making booklet don't support for AcroForm. |
| PdfFileInfo | Represents a class for accessing meta information of Pdf file. |
| PdfFileMend | Represents a class for adding texts and images on the pages of existing Pdf file. |
| PdfFileSecurity | Represents encrypting or decrypting a Pdf file with owner or user password, changing the security setting and password. Supports for AcroForm. |
| PdfFileSignature | Represents a class to sign a pdf file with a certificate. |
| PdfFileStamp | Represents a class for adding watermark or background on the page. The watermark or background object is representted by the class Stamp, it can be text, image and other Pdf file's page. |
| PdfPageEditor | Represents a class to edit the PDF file's page, including rorating page, zooming page, moving position and changing page size. The edit to a page with AcroForm is not supported now. |
| PdfViewer |
NOTE: This is Beta version of PdfViewer. Some features may not be supported well and we may be not able to fix them in short time.
Represents a class to view or print a pdf. Print quality: it is not as high as the Adobe Reader since it really prints pictures converted from a pdf. It is necessary to make sure whether it can meet your quality requirement. Conversion rate: one page 2 seconds. |
| PdfXmpMetadata | Represents a class to set or get the XmpMetadata of a pdf document. |
| Stamp | Represents a class to stamp content, the content is an image or a text. With PdfFileStamp,the content can be layed at the bottom as background,or at the top as watermark and logo of pages. |
| VerticalAlignmentType | Represents the vertiacl alignment types. |
| ViewerPreference | Represents the display modes of Pdf files. |
| XmpSchema | Represents a class to create a pdf's XmpSchema. |