Link Search Menu Expand Document

ICSVExtractorSaveCSVToFile Method (Int32, Int32, String, Encoding)

Saves comma-separated (CSV) data from specified page range to file in specified encoding.

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

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.
encoding
Type: System.TextEncoding
The character encoding to use.
See Also

Reference