PTReflowMode

enum PTReflowMode : NSInteger {}

Algorithm to use for reflow

  • Reflow text using fonts from the PDF

    Declaration

    Objective-C

    PTReflowModeTextOnly

    Swift

    case textOnly = 0
  • Reflow text using fonts from the PDF with images extracted and inserted into the reflowed content.

    Declaration

    Objective-C

    PTReflowModeTextAndRawImages

    Swift

    case textAndRawImages = 1