arnos-stuff / arnos-scoop-bucket

My small scoop bucket :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Scoop Bucket

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

Apps

ChromeHtmlToPdf: Convert HTML to PDF using Chrome

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.

Installation

# 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:

installation

Usage

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

About

My small scoop bucket :)


Languages

Language:PowerShell 100.0%