The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

PDF::FromHTML::Template::Element::Bookmark

PURPOSE

Creates a bookmark in the resultant PDF.

NODE NAME

BOOKMARK

INHERITANCE

PDF::FromHTML::Template::Element

ATTRIBUTES

None

CHILDREN

Text and <VAR> nodes. The text contained will be the location of the bookmark.

AFFECTS

Resultant PDF

DEPENDENCIES

None

USAGE

  <bookmark text="Some Bookmark"/>

That now adds a bookmark for that spot to the PDF, called "Some Bookmark".

AUTHOR

Rob Kinyon (rkinyon@columbus.rr.com)

SEE ALSO