Documentation automated
Release 0.1.3
- Documentation updated to the current and can be automatically updated with every release.
pdDocGetOutlinemethod added to get access to the document bookmarks (PDF terminology outline).
a.PDOutlineandPDOutlineItemprovide access structures to traverse the outlines. You can use theAbstractTreesmodule interfaces to traverse these structures.
b.pdOutlineItemGetAttrsenables you to query thePDOutlineItemsto get the details.- 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. - 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.