Skip to content

Templates File PDF

Alexander Elchlepp edited this page Feb 22, 2026 · 1 revision

Templates: Generic File PDF

Applies to:

  • TEMPLATE_FILE_PDF

Root Variables (Render Context)

  • none

Notes

  • This type renders free HTML without entity context.
  • Available standard snippets: PDF Header / PDF Footer.

Example:

<div class="header">Header</div>
<div class="footer">Footer</div>
<h1>Free PDF</h1>
<p>Any static content.</p>

Clone this wiki locally