This is my Scoop bucket. It contains some apps that I use and some that I don't use but I think are cool. To add this bucket to your scoop installation, run the following command:
scoop bucket add arno https://github.com/arnos-stuff/arnos-scoop-bucket
- ChromeHtmlToPdf
- pandoc-sidenote
- Others to come ❤️
This is a simple script to convert HTML to PDF using Chrome. It uses Puppeteer under the hood.
This is useful whenever like me you've
- tried to use wkhtmltopdf and failed miserably
- noticed that your HTML is rendering perfectly in Chrome but not using wkhtmltopdf
Note: This is just a scoop package for ChromeHtmlToPdf which wasn't written by me. I just wanted to make it easier to install. A huge thanks to Sicos1977 and others who have contributed to this project.
# add bucket if not already added
scoop bucket add arno https://github.com/arnos-stuff/arnos-scoop-bucket
# use it to install
scoop install chrome-html-to-pdf
This is how it should look like:
The usage is the same as the original project.
chromehtmltopdfconsole.exe
I've also added multiple aliases to make it easier to use:
chromehtmltopdf
chrome-html-to-pdf
chtmlpdf