softkol <[EMAIL PROTECTED]> writes: > Hi, > > Is there a way to print a PDF file to printer queue from a command > line?
Have you tried pdf2ps file.pdf - | lpr ? Your problem will be that the filename will not appear in the printer queue. So write a script that does pdf2ps, lpr, and removed the ps silently. -- Oleg Goldshmidt | [EMAIL PROTECTED] ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
