| Camille Dominique on Wed, 27 Nov 2002 17:36:47 +0100 (CET)(envelope-from owner-apsfilter-help@apsfilter.org) |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Re: recommended way to print PDF files to PostScript printer? |
hi, On Wed, Nov 27, 2002 at 07:39:29AM -0800, hitmedia wrote: > What's the recommended way of printing a PDF file when you have a > PostScript printer? > > I thought I wouldn't need Ghostscript, but the only way I've found > to do it for now is... > > pdf2ps 100009.pdf PrintPage.ps ; lpr PrintPage.ps ; rm PrintPage.ps if you have apsfilter set up, how about 'lpr 100009.pdf' ? or, as an alternative: 'man apsfilter' ;-) -- Camille