New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

jsreport-wkhtmltopdf

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsreport-wkhtmltopdf

jsreport recipe rendering pdf using wkhtmltopdf

latest
Source
npmnpm
Version
2.3.0
Version published
Maintainers
2
Created
Source

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

Keywords

jsreport

FAQs

Package last updated on 07 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts