thelia / pdf-default-template
Default PDF template for Thelia
Package info
github.com/thelia-templates/pdf
Type:thelia-pdf-template
pkg:composer/thelia/pdf-default-template
Requires
- thelia/installer: ~1.1
This package is auto-updated.
Last update: 2026-08-08 13:09:42 UTC
README
The default PDF template of Thelia 3, rendered with Twig and converted to PDF by dompdf.
It contains two documents:
invoice.html.twig— customer invoicedelivery.html.twig— delivery note
Both are self-contained HTML with an embedded stylesheet: dompdf supports only
a subset of CSS, so keep the styling simple.
Translations live in translations/, under the pdf domain.
Customization
Do not edit this template in place: an update will overwrite your changes.
Copy it to templates/pdf/<your-template> and select it in the back office,
or override only the files you need to change.
Documentation
License
GPL-3.0-or-later