Awesome
⚠️ This extension is deprecated and is compatible only with the jsreport v2
jsreport-fop-pdf
jsreport recipe which is rendering pdf using apache fop
See https://jsreport.net/learn/fop-pdf
Installation
npm install jsreport-fop-pdf
Usage
To use recipe
in for template rendering set template.recipe=fop-pdf
in the rendering request.
{
template: { content: '...', recipe: 'fop-pdf', enginne: '...' }
}
jsreport-core
You can apply this extension also manually to jsreport-core
var jsreport = require('jsreport-core')()
jsreport.use(require('jsreport-fop-pdf')())