Using DynamicPDF™ Merger for .NET is very straight forward. The object model is intuitive and can be learned quickly. Many tasks can be performed with only a few lines of code and complex operations can be performed easily.
DynamicPDF™ Merger for .NET uses DynamicPDF™ Generator for .NET for output of the PDF document. The Merger for .NET classes primarily handle the import of the PDF documents while relying on Generator for .NET for the output. Merger for .NET provides three main objects that are used for importing PDF documents.
- MergeDocument
- Inherits from the ceTe.DynamicPDF.Document class and is used for Merging PDF documents together. It also has functionality for appending a PDF document or select pages from a PDF document.
- ImportedPage
- Inherits from the ceTe.DynamicPDF.Page class and is used to retrieve and add a single page to a document. Page elements can then be added to the page and will appear on top of the original page. This is useful for using a preexisting page from a PDF document as a template.
- ImportedPageArea
- Inherits from the ceTe.DynamicPDF.PageElement class and is used for placing data from an imported PDF document onto a page. This data can be scaled, rotated, and clipped. It can also be used to place multiple imported pages onto a single page.
- ImportedPageData
- Inherits from the ceTe.DynamicPDF.PageElement class and is used for placing data from an imported PDF document onto a page. This data can be scaled, rotated, and clipped. It can also be used to place multiple imported pages onto a single page. This page element defaults to the center of the page and can be offset.
PDF Form Filling
Merger for .NET also contains classes for modifying, filling, flattening and reading Acro Form Field data. See the Working With Acro Forms topic for details.
| See Also |
MergeDocument Class | PdfDocument Class | ImportedPage Class | ImportedPageArea Class | ImportedPageData Class | PdfPage Class | Working with Acro Forms | Programming with Merger for .NET

