Hi guys!
I created a plugin that convert any HTML to PDF:
Read the complete documentation:
Docs
The plugin generate PDF convert any HTML to PDF.
Fields
- Format: You can choose Letter, Legal, Ledger, A1, A2, A3, A4, A5 or A6
- Scale: from 50% to 150%, by default 80%
- Layout: Vertical or Horizontal
- Margin: White space on all edges, by default 0px
Params section
Params are used to replace any word in your HTML template.
Just write the name and assign a value, example “ name = Abel ”
HTML section
Add tags into your HTML template, like this:
Hi {{name}}
This action will replace the parameter with the value you assigned it in the section Params.
In the reference image we see that the value of the name parameter will be replaced in all the tags where the same name of the parameter has been written.