Skip to content

Instantly share code, notes, and snippets.

@lopezpdvn
Last active May 25, 2016 19:43
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 lopezpdvn/26869652e07325bd304b to your computer and use it in GitHub Desktop.
Save lopezpdvn/26869652e07325bd304b to your computer and use it in GitHub Desktop.
wkhtmltopdf cheatsheet/examples
title="ASP.NET from Wikipedia"
src='https://en.wikipedia.org/wiki/ASP.NET'
dst=aspnet.pdf
wkhtmltopdf -s Letter --title "$title" -T 10 -B 10 "$src" "$dst"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment