Labels
-
Parses Page Labels (see PDF Reference §8.3.1) Add custom labels with Adobe Acrobat. http://www.w3.org/WAI/GL/WCAG20-TECHS/PDF17.html
See moreDeclaration
Objective-C
@interface PSPDFLabelParser : NSObject <PSPDFOverridable>
Swift
class LabelParser : NSObject, Overridable
-
A formatter to convert a range of pages into a user facing string.
The page label formatter uses the label of a document’s page if it has one assigned to it and falls back to the page number (the page index + 1 that is) otherwise.
All page ranges are treated as referring to a page’s index, starting at 0. The first page therefore has index 0 and is visualized as page 1 if there is no label set for the page.
See moreDeclaration
Objective-C
@interface PSPDFPageLabelFormatter : NSFormatter
Swift
class PageLabelFormatter : Formatter