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