Simple python wrapper to convert HTML webpages to PDF with headless google chrome.
Istallation script can be found in install.sh
. Credits to @ziadoz
chrome-htmltopdf needs google-chrome headless installed (version 59 or higher) and google-chrome
alias in your PATH.
Example usage and testing can be found in _tests.py