Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Send postscript file directly to printer

Hello,

I am wondering if anyone knows how to send a Postscript file directly to a printer is OS 10.6. I was always able to do this in Mac OS 9 with HP's LaserJet utility, but there is no equivalent software for OS X.

2010 MacBook Pro i5, and many many others, Mac OS X (10.6.4)

Posted on Jul 19, 2010 6:04 PM

Reply
4 replies

Jul 19, 2010 9:07 PM in response to Gil Ramirez

For networked Postscript printers, you can use Terminal to send the PS file directly to the printer.

If the printer being used is the only printer installed on the Mac or the default, then you can use:

lp filename.ps

Note that you should change directories to the location where the file resides. Otherwise you will need to enter the full path to the filename.

If there is more than one printer residing on the Mac, then you can use:

lp -d printer_name filename.ps

For more information about printing from Command Line, refer to the Online CUPS documentation.

http://localhost:631/help/options.html?TOPIC=Getting+Started&QUERY=#BASICS

Pahu

Jul 20, 2010 5:59 AM in response to PAHU

PAHU wrote:
If there is more than one printer residing on the Mac, then you can use:

lp -d printer_name filename.ps


This will send the file to the printer without using a print window. I do not believe that it will bypass any of the other processing (filters) that act on the file.

If you want to send the raw PostScript to a PostScript printer, you would use:

lp -d printer_name -o raw filename.ps

Send postscript file directly to printer

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.