4.1.0 • Published 2 months ago

@jsreport/jsreport-phantom-pdf v4.1.0

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

⚠️ This repository has been moved to the monorepo jsreport/jsreport

jsreport-phantom-pdf

NPM Version Build Status

jsreport recipe which is rendering pdf from html using phantomjs

See the docs https://jsreport.net/learn/phantom-pdf

Installation

npm install jsreport-phantom-pdf

Usage

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

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

jsreport-core

You can apply this extension also manually to jsreport-core

var jsreport = require('jsreport-core')()
jsreport.use(require('jsreport-phantom-pdf')({ strategy: 'phantom-server' }))

Changelog

### 4.1.0

  • internal changes to support new response.output api

4.0.0

  • minimum node.js version is now 18.15.0
  • update studio build against new webpack and babel

3.3.0

update phantom-html-to-pdf with phantomjs ssl issues workaround

4.1.0

2 months ago

3.3.1

10 months ago

3.3.2

10 months ago

4.0.0

9 months ago

3.3.0

11 months ago

3.2.0

1 year ago

3.1.0

1 year ago

3.0.3

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.0

3 years ago

3.0.0-beta.1

3 years ago