IDocumentMerger Interface
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Represents PDF document merger.
Namespace:Bytescout.PDFExtractorAssembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
The IDocumentMerger type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| BookmarkTitles | Get or sets the array of titles for navigation bookmarks. The number of titles in the array must be equal to number of PDF files that you are merging. | |
| CheckPermissions | Defines whether respect permissions set by document owner. If True, extractor throws exception when the extraction is prohibited. | |
| GenerateBookmarks | Gets or sets whether to generate navigation bookmarks (so-called "Outlines") for the merged parts. PDF viewers usually show bookmarks in the sidebar. | |
| LicenseInfo | Gets license information. | |
| MergedDocumentTitle | Sets custom title of the merged document. By default, merged document will have title of the first document. | |
| RegistrationKey | Registration key. | |
| RegistrationName | Registration name. | |
| RenameMatchingFieldsDuringMerge | Sets whether to rename form controls with the same names when merging. | |
| Version | Gets the component version number. |
Methods
| Name | Description | |
|---|---|---|
| GetPageCount(Stream) | Returns count of pages in PDF document. | |
| GetPageCount(String) | Returns count of pages in PDF document. | |
| Merge(Stream, Stream) | Merges several PDF documents into one. | |
| Merge(Object, String) | Merges several PDF documents into one. | |
| Merge(String, String) | Merges several PDF documents into one. | |
| Merge2(Stream, Stream, Stream) | Merges two PDF documents into one. | |
| Merge2(String, String, String) | Merges two PDF documents into one. | |
| Merge2ToVariant | Merges two PDF documents into one and returns the result PDF document as array of bytes. This is COM/ActiveX-compatible version of the method Merge2(Stream, Stream, Stream) for in-memory processing of PDF files. | |
| MergeFolder | Merges all PDF documents in specified folder. | |
| MergeToVariant | Merges several PDF documents into one and returns the result PDF document as array of bytes. This is COM/ActiveX-compatible version of the method Merge(Stream, Stream) for in-memory processing of PDF files. |
Events
| Name | Description | |
|---|---|---|
| PasswordRequired | Occurs when the password required to decrypt the document. |
See Also