CPDFConverterSearchablePDF Class Reference

Inherits from CPDFConverter : NSObject
Declared in CPDFConverterSearchablePDF.h

Overview

Operation object (derived from CPDFConverter) creates a searchable PDF from a PDF of an image, such as a scanned document.

– convertToFilePath:pageIndexs:options:

Starts convert the specified source file into the specified file.

- (void)convertToFilePath:(NSString *_Nonnull)filePath pageIndexs:(NSArray *_Nullable)pageIndexs options:(CPDFConvertSearchablePDFOptions *_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

CPDFConverterSearchablePDF.h

– cancel

Cancels the conversion task. nonSupport

- (void)cancel

Discussion

Cancels the conversion task. nonSupport

Declared In

CPDFConverterSearchablePDF.h