Szpadel / chrome-headless-render-pdf

223 stars 67 forks source link

Allow passing extra command line arguments to Chrome binary #19

Closed conorh closed 6 years ago

conorh commented 6 years ago

Using a new --extra-cli-options argument

Example: chrome-headless-render-pdf --url http://google.com --pdf test.pdf --extra-cli-options="--ignore-certificate-errors --hide-scrollbars"

Szpadel commented 6 years ago

Implemented in 00202615f793b2b086c1f36d78df3c091efbe822 But thanks for contribution!