jsreport-chrome-pdf
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/jsreport-chrome-pdf package

1.10.0 • Public • Published

jsreport-chrome-pdf

NPM Version Build Status

jsreport recipe which is rendering pdf and images from html using headless chrome

See the docs

Installation

npm install jsreport-chrome-pdf

Usage

To use recipe in for template rendering set template.recipe=chrome-pdf or template.recipe=chrome-image according to your needs in the rendering request.

chrome-pdf

{
  template: { content: '...', recipe: 'chrome-pdf', engine: '...', chrome: { ... } }
}

chrome-image

{
  template: { content: '...', recipe: 'chrome-image', engine: '...', chromeImage: { ... } }
}

jsreport-core

You can apply this extension also manually to jsreport-core

var jsreport = require('jsreport-core')()
jsreport.use(require('jsreport-chrome-pdf')())

Troubleshooting

Table with a lot of rows never finish rendering

When rendering a table with a lot of rows (>4000) chrome can hang if the html contains a 5 level of tab indentation in the source, the fix for this is to keep the tab indentation bellow 4 levels. you can take a look at the problem here and see how it is fixed by just updating the indentation here.

Dependents (12)

Package Sidebar

Install

npm i jsreport-chrome-pdf

Weekly Downloads

999

Version

1.10.0

License

MIT

Unpacked Size

121 kB

Total Files

18

Last publish

Collaborators

  • pofider
  • bjrmatos