wkhtmltopdf-selfcontained

A wrapper for the wkhtmltopdf HTML to PDF converter using WebKit, with Linux binary included

Usage no npm install needed!

<script type="module">
  import wkhtmltopdfSelfcontained from 'https://cdn.skypack.dev/wkhtmltopdf-selfcontained';
</script>

README

wkhtmltopdf-selfcontained

A Node.js wrapper for the wkhtmltopdf 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. It is identical, except that on 64-bit Linux it uses a binary which is included in the package by default.