CPDFConverterJson Class Reference
Inherits from | CPDFConverter : NSObject |
---|---|
Declared in | CPDFConverterJson.h |
Overview
Operation object (derived class of CPDFConverter) to convert the text in a PDF file to JSON.
Other Methods
– convertToFilePath:pageIndexs:options:
Starts convert the specified source file into the specified file.
- (void)convertToFilePath:(NSString *_Nonnull)filePath pageIndexs:(NSArray *_Nullable)pageIndexs options:(CPDFConvertJsonOptions *_Nullable)options
Parameters
filePath |
String of the full path to the specified file. |
---|---|
pageIndexs |
The page number range. |
Discussion
Starts convert the specified source file into the specified file.
Declared In
CPDFConverterJson.h
Deprecated Methods
– convertToFilePath:options:
- (void)convertToFilePath:(NSString *_Nonnull)filePath options:(CPDFConvertJsonOptions *_Nullable)options