DocumentMergerMergeFolder Method
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 all PDF documents in specified folder.
Namespace:Bytescout.PDFExtractorAssembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public void MergeFolder( string sourceFolder, string destinationDocument, bool includeSubfolders )
Parameters
- sourceFolder
- Type: SystemString
[Missing <param name="sourceFolder"/> documentation for "M:Bytescout.PDFExtractor.DocumentMerger.MergeFolder(System.String,System.String,System.Boolean)"]
- destinationDocument
- Type: SystemString
Output document file name. - includeSubfolders
- Type: SystemBoolean
Whether to include PDF documents from subfolders.
Implements
IDocumentMergerMergeFolder(String, String, Boolean)Remarks
See Also