IDocumentMergerMergeFolder Method ByteScout PDF Extractor SDK
Merges all PDF documents in specified folder.

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax

void MergeFolder(
	string sourceFolder,
	string destinationDocument,
	bool includeSubfolders
)

Parameters

sourceFolder
Type: SystemString

[Missing <param name="sourceFolder"/> documentation for "M:Bytescout.PDFExtractor.IDocumentMerger.MergeFolder(System.String,System.String,System.Boolean)"]

destinationDocument
Type: SystemString
Output document file name.
includeSubfolders
Type: SystemBoolean
Whether to include PDF documents from subfolders.
Remarks

PDF files are processed in alphabetical order.
See Also

Reference