4.1.0 • Published 2 months ago

@jsreport/jsreport-wkhtmltopdf v4.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

jsreport-wkhtmltopdf

NPM Version License Build Status

jsreport recipe for rendering pdf using wkhtmltopdf

Installation

npm install jsreport-wkhtmltopdf

Usage

To use recipe in for template rendering set template.recipe=phantom-wkhtmltopdf in the rendering request.

{
  template: { content: '...', recipe: 'wkhtmltopdf', enginne: '...', wkhtmltopdf: { ... } }
}

See the docs https://jsreport.net/learn/wkhtmltopdf

jsreport-core

You can apply this extension also manually to jsreport-core

var jsreport = require('jsreport-core')()
jsreport.use(require('jsreport-wkhtmltopdf')())