A Node.js wrapper for wkhtmltopdf that converts HTML to PDF. Current version 0.0.11 is unmaintained since 2012 and only works with the legacy wkhtmltopdf binary (0.12.x series). Requires wkhtmltopdf to be installed separately on the system. Compared to modern alternatives like puppeteer or pdfmake, it offers no JS rendering support and is essentially deprecated. No release cadence; last commit was years ago. Not recommended for new projects.
Verified import paths — ran on the pinned version, not inferred.
ESM import fails because the package has no default export; only CJS require works.
No named export; the module exports a function directly.
No types exist; trying to import types will fail.
Shows basic usage: converting an HTML string to PDF and piping to a file. Requires wkhtmltopdf binary installed.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.