malta-html2pdf
v1.0.5
Published
malta plugin to create pdf from an html
Downloads
1
Readme
This plugin can be started on: .html
It needs to be installed globally
> npm i -g malta-html2pdf
Obtain a pdf file from an html; all options from html-pdf can be used
> malta app/views/index.html public -plugins=malta-html2pdf
or in the .json file :
{
...,
"app/views/index.html" : "public -plugins=malta-html2pdf[border:0]",
...
}