Link Search Menu Expand Document

DocumentMerger Methods

The DocumentMerger type exposes the following members.

Methods
NameDescription
Public methodCreateProfile(String, Boolean, Boolean, Boolean)
Creates JSON profile will all extractor properties with current values.
Public methodCreateProfile(String, String, Boolean, Boolean, Boolean)
Creates JSON profile will all extractor properties with current values.
Public methodDispose
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetPageCount(Stream)
Returns count of pages in PDF document.
Public methodGetPageCount(String)
Returns count of pages in PDF document.
Public methodGetType (Inherited from Object.)
Public methodLoadAndApplyProfiles
Loads profiles from JSON string and automatically applies them. Note that profiles containing detection keywords will be deferred until the extraction.
Public methodLoadProfiles
Loads profiles from JSON file.
Public methodLoadProfilesFromString
Loads profiles from JSON string.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodMerge(Stream, Stream)
Merges several PDF documents into one.
Public methodMerge(Object, String)
Merges several PDF documents into one.
Public methodMerge(String, String)
Merges several PDF documents into one.
Public methodMerge2(Stream, Stream, Stream)
Merges two PDF documents into one.
Public methodMerge2(String, String, String)
Merges two PDF documents into one.
Public methodMerge2ToVariant
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.
Public methodMergeFolder
Merges all PDF documents in specified folder.
Public methodMergeToVariant
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.
Public methodToString (Inherited from Object.)
Top
See Also

Reference