Link Search Menu Expand Document

JSONExtractorSaveJSONToFile Method (Int32, String)

Saves extracted data from specified page 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 pageIndex,
	string fileName
)

Parameters

pageIndex
Type: SystemInt32
Page index (zero-based).
fileName
Type: SystemString
Output file name.

Implements

IJSONExtractorSaveJSONToFile(Int32, String)
See Also

Reference