Link Search Menu Expand Document

DocumentParserGetDocumentText Method (String, String, Int32)

Extracts text from a page or entire document. You can use it for template composing and testing.

Namespace:ByteScout.DocumentParser
Assembly: ByteScout.DocumentParser (in ByteScout.DocumentParser.dll) Version: 6.4.1.617-master
Syntax
public void GetDocumentText(
	string inputFileName,
	string outputFileName,
	int pageIndex = -1
)

Parameters

inputFileName
Type: SystemString
Input file name.
outputFileName
Type: SystemString
Output file name.
pageIndex (Optional)
Type: SystemInt32
Document page index. -1 means all pages.
Remarks
Text is saved in UTF-8 encoding.
See Also

Reference