ez.no / exponential / documentation / reference / template operators / pdf / footer_block
{pdf( footer_block, hash( block_code, $variable ) )}
| Name | Type | Description | Required |
|---|---|---|---|
| block_code | mixed | Variable of template code set by 'set_block' | yes |
Available from Exponential 3.5.
Insert this at the end of the PDF templates.
Insert party complex footer
{set-block variable=footer} {set-block variable=footer_table} <tr><td>test</td></tr> {/set-block} {pdf(table, $footer_table )} {pdf(set_margin, hash( left, 20 ) )} {/set-block} {pdf(footer_block, $footer)}
Any content can be inserted insite the footer set-block, images, links, etc. #page and #total tags can also be used.
log in or create a user account to comment.
Comments