On Mon, Oct 21, 2002 at 12:51:13PM -0400, Gerry Kirk wrote: > OpenOffice provides a definition for a PDF printer. I'd like to use that > definition for creating a global PDF printer or find some other way to > do it. > > I tried using the print config tool that comes with RedHat, but it seems > to only handle actual devices. > > Is there a way to do this?
PDF printer in OOo is just piping the postscript into: /usr/bin/gs -q -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=something.pdf - Jakub