![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PDF to postscript conversion poroblems | Luck | AIX | 1 | 06-20-2005 10:15 AM |
| printing in postscript or convert from pdf? | jono2000 | UNIX for Dummies Questions & Answers | 1 | 06-19-2005 05:37 PM |
| Printing Chinese postscript file | Albert J. | UNIX for Dummies Questions & Answers | 0 | 05-19-2005 08:33 PM |
| UNIX and PostScript | <Therapy> | UNIX for Dummies Questions & Answers | 2 | 01-30-2002 08:45 AM |
| postscript reader for hp-unix | sskb | UNIX for Dummies Questions & Answers | 1 | 10-16-2001 05:32 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
postscript printing
How do I setup a printer queue to do postscript printing using UNIX commands? I setup a remote host/printer using the admintool (solaris), but it does not let me specify that this printer will print postscript.
|
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
A postscript file is just ascii text that starts with %! on the first line. Most modern printers have postscript interpreters built-in to them. They look at the first line for that %! and if it's there, they print in postscript. Otherwise they print the ascii text. There is nothing for the spooler to do. In both cases it just passes the print job to the printer.
|
||||
| Google The UNIX and Linux Forums |