DocumentParserGetDocumentText Method (String, String, Int32)
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
Extracts text from a page or entire document. You can use it for template composing and testing.
Namespace:ByteScout.DocumentParserAssembly: 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
See Also