ITextExtractorSavePageTextToFile Method (Int32, String, Encoding)ByteScout PDF Extractor SDK
Saves page text to file in specified encoding.

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

void SavePageTextToFile(
	int pageIndex,
	string fileName,
	Encoding encoding
)

Parameters

pageIndex
Type: SystemInt32
Page index (zero-based).
fileName
Type: SystemString
Output file name.
encoding
Type: System.TextEncoding
The character encoding to use.
Exceptions

ExceptionCondition
PDFExtractorException
See Also

Reference