2.2.0 • Published 4 years ago

jsreport-fop-pdf v2.2.0

Weekly downloads
44
License
LGPL
Repository
github
Last release
4 years ago

jsreport-fop-pdf

NPM Version

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')())
2.2.0

4 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.0

6 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.1

8 years ago