This module enables the Admin to easily modify the Invoice, Shipment, and other PDF templates using HTML, right from the Admin Panel!
composer require codilar/pdf-template
- Once the module is installed, go to
Stores
>Configuration
>Sales
>PDF Print-outs
and under the Invoice and Shipment section, set the Use HTML PDF template to Yes - Go to
Content
>PDF Template
and choose either theInvoice Template
, orShipment Template
whichever you want to edit - Choose the store you want to edit for
- Modify the template (you can see the changes in real-time on the preview section
- Save, and we're done!
Now whenever a PDF is requested (in Admin panel, email, etc) Magento will use our newly designed HTML template to generate the PDF.
The module uses the Handlebars templating engine for designing the templates. For a tutorial on how to get started, head over to Content
> PDF Template
> Tutorial
section.