PDF::FromHTML::Template::Element::Bookmark
Creates a bookmark in the resultant PDF
- Provided by: libpdf-fromhtml-perl (Version: 0.34-1)
- Report a bug
Creates a bookmark in the resultant PDF
BOOKMARK
PDF::FromHTML::Template::Element
None
Text and <VAR> nodes. The text contained will be the location of the bookmark.
Resultant PDF
None
<bookmark text="Some Bookmark"/>
That now adds a bookmark for that spot to the PDF, called "Some Bookmark".
Rob Kinyon (rkinyon@columbus.rr.com)