jsreport default additionally including weasyprint based recipe
1.3K
jsreport recipe using WeasyPrint utility to convert html to pdf. This recipe solves the same task as phantom-pdf, wkhtmltopdf or electron-pdf. However it has the best support for defining printing layout using css @page rule.

You can run the whole jsreport with already installed recipe using single command:
docker run -p 5488:5488 jsreport/jsreport-weasyprint-pdf
Or you can follow these steps to install WeasyPrint recipe
npm install jsreport-weasyprint-pdfgit clone https://github.com/jsreport/jsreport-weasyprint-pdf.git
cd jsreport-weasyprint-pdf
npm install
npm run docker
Content type
Image
Digest
Size
714.9 MB
Last updated
over 7 years ago
docker pull jsreport/jsreport-weasyprint-pdf