⚠️ This repository has been moved to the monorepo jsreport/jsreport
jsreport recipe which is rendering pdf from html using phantomjs
See the docs https://jsreport.net/learn/phantom-pdf
npm install jsreport-phantom-pdf
To use recipe
in for template rendering set template.recipe=phantom-pdf
in the rendering request.
{
template: { content: '...', recipe: 'phantom-pdf', engine: '...', phantom: { ... } }
}
You can apply this extension also manually to jsreport-core
var jsreport = require('jsreport-core')()
jsreport.use(require('jsreport-phantom-pdf')({ strategy: 'phantom-server' }))
### 4.1.0
- internal changes to support new
response.output
api
- minimum node.js version is now
18.15.0
- update studio build against new webpack and babel
update phantom-html-to-pdf with phantomjs ssl issues workaround