Skip to content

Instantly share code, notes, and snippets.

@davidcorbin
Created October 2, 2018 02:19
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 davidcorbin/577dd4d9e54eaf995b5630a43544cffb to your computer and use it in GitHub Desktop.
Save davidcorbin/577dd4d9e54eaf995b5630a43544cffb to your computer and use it in GitHub Desktop.
Create printable PDF from C file
enscript file.c --line-numbers --highlight=c --color=1 -o - | ps2pdf - output.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment