[SOLVED!]
On Wed, May 6, 2009 at 11:05 PM, Mogens Kjaer mk@crc.dk wrote:
MHR wrote:
Ever since I updated to 5.3, I have been unable to convert any ps files to pdfs using the ps2pdf command. I usually get errors like this:
[mhr@mhrichter forms]$ ps2pdf doe81008 ERROR: /undefinedfilename in (doe81008)
Does the file doe81008 exist?
If you have a doe81008.ps file that needs to be converted to doe81008.pdf, write:
$ ps2pdf doe81008.ps doe81008.pdf
Oh, crap! I have so many scripts and aliases that I routinely use to simplify commands like this, I forgot that I _don't_ have (or need) one for this!
ps2pdf doe81008.ps works just fine.
Mea maxima culpa! Oy, vey!
Many thanks, Mogens.
mhr