https://github.com/meteor/node-wkhtmltopdf
A wrapper for the wkhtmltopdf HTML to PDF converter using WebKit
https://github.com/meteor/node-wkhtmltopdf
Last synced: 5 months ago
JSON representation
A wrapper for the wkhtmltopdf HTML to PDF converter using WebKit
- Host: GitHub
- URL: https://github.com/meteor/node-wkhtmltopdf
- Owner: meteor
- Fork: true (devongovett/node-wkhtmltopdf)
- Created: 2015-09-03T05:29:56.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-03T20:45:14.000Z (almost 10 years ago)
- Last Synced: 2024-09-25T13:04:45.868Z (9 months ago)
- Language: JavaScript
- Size: 7.67 MB
- Stars: 2
- Watchers: 16
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
wkhtmltopdf-selfcontained
=========================A Node.js wrapper for the [wkhtmltopdf](http://wkhtmltopdf.org/) command line tool. As the name implies,
it converts HTML documents to PDFs using WebKit.This is a fork of
[Devon Govett's wkhtmltopdf package](https://www.npmjs.com/package/wkhtmltopdf). It
is identical, except that on 64-bit Linux it uses a binary which is included in
the package by default.