DocumentMerger Methods
 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
The DocumentMerger type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CreateProfile(String, Boolean, Boolean, Boolean) |  Creates JSON profile will all extractor properties with current values.  | |
| CreateProfile(String, String, Boolean, Boolean, Boolean) |  Creates JSON profile will all extractor properties with current values.  | |
| Dispose | ||
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetPageCount(Stream) |  Returns count of pages in PDF document.  | |
| GetPageCount(String) |  Returns count of pages in PDF document.  | |
| GetType | (Inherited from Object.) | |
| LoadAndApplyProfiles |  Loads profiles from JSON string and automatically applies them. Note that profiles containing detection keywords will be deferred until the extraction.  | |
| LoadProfiles |  Loads profiles from JSON file.  | |
| LoadProfilesFromString |  Loads profiles from JSON string.  | |
| MemberwiseClone | (Inherited from Object.) | |
| 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.  | |
| ToString | (Inherited from Object.) | 
See Also