CPDFConverterJsonTable Class Reference
Inherits from | CPDFConverter : NSObject |
---|---|
Declared in | CPDFConverterJsonTable.h |
Overview
Operation object (derived class of CPDFConverter) to convert a table 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:(CPDFConvertJsonTableOptions *_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
CPDFConverterJsonTable.h
Deprecated Methods
– convertToFilePath:options:
- (void)convertToFilePath:(NSString *_Nonnull)filePath options:(CPDFConvertJsonTableOptions *_Nullable)options