Skip to content

jsreport/jsreport-fop-pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ This extension is deprecated and is compatible only with the jsreport v2

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

About

jsreport recipe which is rendering pdf using apache fop

Resources

License

Stars

Watchers

Forks

Packages

No packages published