Link Search Menu Expand Document

JSONExtractorSaveJSONToFile Method (Int32, Int32, String)

Saves extracted data from specified page range to file in JSON format.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public void SaveJSONToFile(
	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

IJSONExtractorSaveJSONToFile(Int32, Int32, String)
See Also

Reference