wkhtmltopdf - Convert HTML to PDF Using QtWebKit (2021)
4 months ago
- #Open Source
- #HTML to PDF
- #Command Line Tools
- wkhtmltopdf and wkhtmltoimage are open source (LGPLv3) command line tools for rendering HTML into PDF and various image formats using Qt WebKit.
- They run headlessly without requiring a display or display service.
- Includes a C library (pdf.h) with stable, well-documented bindings for interfacing with wkhtmltopdf's PDF functionality.
- Supports multiple objects in output: single webpage, cover webpage, or table of contents, with customizable options.
- Features include downloading precompiled binaries or building from source, command line flexibility, and various use cases like generating invoices or cards.