Skip to content

Instantly share code, notes, and snippets.

@assafmo
Last active December 27, 2018 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save assafmo/ee8e9698bb625e94fceabb4746273e75 to your computer and use it in GitHub Desktop.
Save assafmo/ee8e9698bb625e94fceabb4746273e75 to your computer and use it in GitHub Desktop.
Use headless chrome to print a page to pdf
#!/bin/bash
google-chrome --headless --disable-gpu --print-to-pdf="$PDF_NAME" "$URL"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment