CPDFConverterJsonPDF Class Reference
Inherits from | CPDFConverter : NSObject |
---|---|
Declared in | CPDFConverterJsonPDF.h |
Overview
Operation object (derived class of CPDFConverter) to convert the text,table,image in a PDF file to JSON.
– convertToFilePath:pageIndexs:options:
Starts convert the specified source file into the specified file.
- (void)convertToFilePath:(NSString *_Nonnull)filePath pageIndexs:(NSArray *_Nullable)pageIndexs options:(CPDFConvertJsonPDFOptions *_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
CPDFConverterJsonPDF.h