PDF::FromHTML::Template::Element::Bookmark - Creates a bookmark in the resultant PDF
Contents
Affects
Resultant PDF
Attributes
None
Children
Text and <VAR> nodes. The text contained will be the location of the bookmark.
Dependencies
None
Inheritance
PDF::FromHTML::Template::Element
Name
PDF::FromHTML::Template::Element::Bookmark - Creates a bookmark in the resultant PDF
Node Name
BOOKMARK
See Also
perl v5.38.2 2024-07-28 PDF::FromHTML::...ement::Bookmark(3pm)
Usage
<bookmark text="Some Bookmark"/>
That now adds a bookmark for that spot to the PDF, called "Some Bookmark".
