IJSONExtractorSaveJSONToFile Method (Int32, String)ByteScout PDF Extractor SDK
Saves extracted data from specified page to file in JSON format.

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

void SaveJSONToFile(
	int pageIndex,
	string fileName
)

Parameters

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

Reference