Created
March 7, 2015 16:40
-
-
Save mimoo/399f600f49378fb07ce5 to your computer and use it in GitHub Desktop.
python source code printed to pdf file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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