PTPDF2WordModule
@interface PTPDF2WordModule : NSObject
The class PDF2WordModule. static interface to PDFTron SDKs PDF to Word functionality
-
Find out whether the pdf2word module is available (and licensed).
Declaration
Objective-C
+ (BOOL)IsModuleAvailable;
Swift
class func isModuleAvailable() -> Bool
Return Value
returns true if pdf2word operations can be performed.
-
Undocumented
Declaration
Objective-C
- (instancetype)init;
Swift
init!()