Theme support / Additional layout customisations
Further layout customisations can be achieved by theming the frontend and base *.phtml files that come with Pdf Customiser. Most elements of the pdf document can be adjusted through the template files with some html/Magento 2 theming knowledge required.
The original files should be copied from:
vendor/fooman/pdfcustomiser-implementation-m2/src/view/frontend/templates/
vendor/fooman/pdfcore-m2/src/view/base/templates/
to your theme to prevent any future upgrades from overwriting your changes:
path_to_your_frontend/theme-folder/Fooman_PdfCustomiser/templates/
path_to_your_frontend/theme-folder/Fooman_PdfCore/templates/
Please ensure any changes to the .phtml files produce valid html output.