Link Search Menu Expand Document

JSONExtractorSaveJSONToFile Method (String)

Saves extracted data 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(
	string fileName
)

Parameters

fileName
Type: SystemString
Output file name.

Implements

IJSONExtractorSaveJSONToFile(String)
See Also

Reference