Tag Summary |
attachment | embeds external a resource as PDF attachment |
page.break | PDF Page Break Tag |
footnote | PDF Footnote Tag. Forces generation of a footnote at the bottom part of the current page. The tag content goes to the footnote area prefixed with an incremented footnote counter value. The counter value (as a reference) is also appears at the original location of the footnote tag.Important: If the footnote content does not fit the remaining page space, it is wrapped to the next page. If the footnote content does not fit entire single page, the footnote does not print at all. |
footnote.caption | PDF Footnote caption Tag allows to define a separator between the main content and footnotes. |
title | PD4ML title tag allows to override the original HTML's |
page_break | PDF Page Break Tag alias (ColdFusion does not allow dots in JSP tag names) |
clean_xhtml | The tag converts XHTML-like syntax to be HTML3.2 compilant |
fix_base_path | The tag allows to extend paths (to images, other resources) with protocol, server name, port, session id in order to help PD4ML resource lookup procedure. |
toc | The tag inserts document's table of content built from H1-H6 tag structure. Available since v3.03 |
parameters | Dynamic parameters map. See and PD4ML.setDynamicParams(); Available since v3.60 |
parameter | Dynamic parameter. Must be nested to Available since v3.60 |
resolve_entities | The tag replaces decimal and hexadecimal HTML entities with their character representations. Fixes problems with right-to-left scripts written with entities. |
page.header | Inline page header. Taglib mapping to a proprietary HTML tag of PD4ML. |
page.footer | Inline page footer. Taglib mapping to a proprietary HTML tag of PD4ML. |
page_header | Inline page header. Taglib mapping to a proprietary HTML tag of PD4ML (pd4ml:page.header). |
page_footer | Inline page footer. Taglib mapping to a proprietary HTML tag of PD4ML (pd4ml:page.footer). |
transform | JSP to PDF Transformer Tag |
header | PDF Header Definition Tag (utilizes PD4ML API) |
footer | PDF Footer Definition Tag (utilizes PD4ML API) |
permissions | PDF Permission Control tag. Available since version 1.1.0 |
savefile | Saves generated file to the specified location. Available since version 2.1.4 |
usettf | TTF Fonts Embedding Control tag. Available in professional version of PD4ML only |