Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
The IDocumentMerger type exposes the following members.
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.
|
See Also