Skip to content

Documentation automated

Choose a tag to compare

@sambitdash sambitdash released this 22 Apr 15:45
· 107 commits to master since this release

Release 0.1.3

  1. Documentation updated to the current and can be automatically updated with every release.
  2. pdDocGetOutline method added to get access to the document bookmarks (PDF terminology outline).
    a. PDOutline and PDOutlineItem provide access structures to traverse the outlines. You can use the AbstractTrees module interfaces to traverse these structures.
    b. pdOutlineItemGetAttrs enables you to query the PDOutlineItems to get the details.
  3. Page number related APIs:
    a. pdPageGetPageNumber - gets the physical page number for the current page.
    b. pdDocGetPageLabel - gets the logical page label given an absolute page number.
  4. Fonts related methods:
    a. pdFontIsBold, pdFontIsItalic, pdFontIsFixedW, pdFontIsAllCap, pdFontIsSmallCap - provide the font attributes of the font. However, bold attribute of a font is just an estimate as in PDF, bold can be simulated by changing font weights, by over printing, Hence, the attribute may not be very accurate.