Skip to content

tdzienniak/node-weasyprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weasyprint

A wrapper for the WeasyPrint HTML to PDF converter

NOTE: Some of the code is copy-paste from devongovett/node-wkhtmltopdf.

Installation and requirements

Use npm to install this module:

npm install weasyprint

To use this module, you need to have weasyprint command line tool installed on your system. If weasyprint command is not in your PATH, you can specify its location setting weasyprint.command property after requiring the module:

const weasyprint = require('weasyprint')

weasyprint.command = '~/programs/weasyprint'

Usage

License

MIT

About

A wrapper for the WeasyPrint HTML to PDF converter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published