Is there a simple way to generate a colored postscript file out of a text file with embedded terminal color codes?
I have a few text files with embedded xterm color code sequences like the following:
ESC[1;95m Zn n. 8 ESC[0m
and I would like to print those files with their colors as they appear on a xterm. I tried a2ps but without success. Of course, I could write a script, but I am afraid that taking care of all the possible colors could be not simple.