a2ps

To print code in color
a2ps –pro=color [files]

To generate a color PDF of code
a2ps –pro=color -Ppdf [files]

When using a2ps use the following to fix the cropped margins on a Deskjet printer:
a2ps -M letterdj counter_test.vh

In Cygwin, to convert things to a PDF
a2ps -r -M letterdj -o - Parity_Gen.vhd | ps2pdf - foo.pdf

 Another good way to print a bunch of files

a2ps  –toc -l 120 -r -M letterdj -o -  *.vhd |ps2pdf -  foo.pdf

Leave a Reply