Maian Stripe utilises the awesome TCPDF class to generate invoice and packing slip PDFs. These are structured from standard HTML and can be modified.
More details below.
PDF Config
Configuration options are updated in your settings.
Location of PDF Templates
The PDF templates are in the following location.
content/pdf/*
Available Tags
TCPDF does NOT support all HTML CSS inline tags. At the time of these documents, the only tags available are:
You can try other tags, but don't be surprised if they don't render.
Images in PDFs
If you want to add images to the PDFs, use a standard HTML <img> tag with the full image path. If you specify an incorrect path, the PDF will throw errors
and will not render. Example: