I am am converting simple text file to PDF from command line on Mac using following code:
enscript -Bp '-' input.txt | pstopdf -i -o outfile.pdf
What I would like to do is that color my text/font in PDF file. I believe enscript has color options but I could not make it work. For example, how can I convert a text in input.txt into red fonts. Can anyone help? Thank you.