Skip to content

Instantly share code, notes, and snippets.

@mimoo
Created March 7, 2015 16:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mimoo/399f600f49378fb07ce5 to your computer and use it in GitHub Desktop.
Save mimoo/399f600f49378fb07ce5 to your computer and use it in GitHub Desktop.
python source code printed to pdf file
vim abc.py -c ":hardcopy > abc.ps" -c ":q"
ps2pdf abc.ps abc.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment