2.3.0 • Published 4 years ago

jsreport-wkhtmltopdf v2.3.0

Weekly downloads
87
License
MIT
Repository
github
Last release
4 years 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')())
2.3.0

4 years ago

2.2.0

4 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.4

5 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.4.0

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.4.2

8 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago