IDocumentMergerMerge2 Method (Stream, Stream, Stream)
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
Merges two PDF documents into one.
Namespace:Bytescout.PDFExtractorAssembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
Parameters
- sourceStream1
- Type: System.IOStream
First source document stream. - sourceStream2
- Type: System.IOStream
Second source document stream. - destinationStream
- Type: System.IOStream
Output stream.
See Also