The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

PDF::Template::Container::Footer

PURPOSE

To provide footer text and to specify where the footer starts, for looping.

NODE NAME

FOOTER

INHERITANCE

PDF::Template::Container::Margin

ATTRIBUTES

  • FOOTER_HEIGHT - the amount reserved for the footer from the bottom of the page.

CHILDREN

None

AFFECTS

Indicates to LOOP tags where to pagebreak.

DEPENDENCIES

None

USAGE

<pagedef>
... Stuff here ...
<footer footer_height="1i">
... Children here will render on every page ...
</footer>
</pagedef>

AUTHOR

Rob Kinyon (rob.kinyon@gmail.com)

SEE ALSO

ALWAYS, HEADER, LOOP

1 POD Error

The following errors were encountered while parsing the POD:

Around line 51:

=back doesn't take any parameters, but you said =back 4