PSPDFHTMLConversionOperation

Objective-C


@interface PSPDFHTMLConversionOperation : PSPDFConversionOperation

Swift

class HTMLConversionOperation : ConversionOperation

Operation that converts a HTML string to PDF. Needs to be executed from background thread.

Note

Requires the Features.webKitHtmlConversion feature flag.
  • Input HTML string.

    Declaration

    Objective-C

    @property (nonatomic, copy, readonly) NSString *_Nonnull HTMLString;

    Swift

    var htmlString: String { get }