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