Link Search Menu Expand Document

TextExtractorSaveTextToFile Method (Int32, Int32, String)

Saves text from specified page range to file.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public void SaveTextToFile(
	int startPage,
	int endPage,
	string fileName
)

Parameters

startPage
Type: SystemInt32
Start page index.
endPage
Type: SystemInt32
End page index. -1 means all pages to the document end.
fileName
Type: SystemString
Output file name.

Implements

ITextExtractorSaveTextToFile(Int32, Int32, String)
See Also

Reference