Html2Pdf
Takes a HTML file and converts to a PDF file.
Configuration
Name
Description
Default
Mandatory
{
"name": "Html2Pdf",
"config": {
"html_template": "<path_to_template>.html",
"store_pdf_full_path": false,
"output_directory": "<path_to_pdf_out_put>",
"resources_directory": "<path_to_resources_dir>"
}
}