2.0.5 • Published 6 years ago

jsreport-fop-xsl-pdf v2.0.5

Weekly downloads
36
License
-
Repository
-
Last release
6 years ago

jsreport-fop-xsl-pdf

jsreport recipe which is rendering pdf using apache fop with xsl template

Installation

npm install jsreport-fop-xsl-pdf

Usage

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

{
  template: { content: '...', recipe: 'fop-xsl-pdf', enginne: '...' },
   data: {
        data: '....',
        outName: '...',
        outType: '...'}
}

Set xsl template in content or create it as template and use by name/id

Set xml data in the data field

Optional:

Set FileName in outName and FileType in outType(FileType - is a available type for Fop which are used)

It is possible to use fop.xconf. It should be added to the root directory.

2.0.5

6 years ago

2.0.4

6 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.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago