JarvusInnovations / puppeteer-cli

A general command-line wrapper for puppeteer. Currently only supports one command—`print`—to render a local/or remote HTML file to PDF. Aims to be a easy replacement for the deprecated wkhtmltopdf.
MIT License
54 stars 25 forks source link

Made output optional for print. Added sandbox, and headless options #6

Closed tehs0ap closed 4 years ago

tehs0ap commented 5 years ago

Note: If you use the optional output you are probably using the --headless flag so some tweaking may be called for there.

themightychris commented 4 years ago

Thanks for the contribution @tehs0ap !

Sorry for the very slow response, I've applied your changes a bit differently: https://github.com/JarvusInnovations/puppeteer-cli/compare/87756220...693ea6b

themightychris commented 4 years ago

New features included in release v1.5.0