On Sun, Nov 23, 2003 at 07:02:32AM +0100, richard forester wrote:
I have a system which prints to .prn file. Is there any utility in Linux which can read the contents of the .prn file and output it to a human readable .txt format.
prn-files are actually postscript files. So simply running them thru a utility like "ps2ascii" should give you the text. Problems might arise if the particular driver that generated the prn is not postscript compliant.
Sameer.