Link Search Menu Expand Document

IDocumentMergerMergeFolder Method

Merges all PDF documents in specified folder.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-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