Hello,

On Mar 27 16:22 jdd wrote (shortened):
> ... I used to create a printcap entry to print
> to a file (and have postscript file in result).
> Do you know how to di this with cups.

Have the line

FileDevice Yes

in /etc/cups/cupsd.conf and restart the cupsd, then do

lpadmin -p tofile -v file:/tmp/file.ps -E \
  -P /usr/share/cups/model/Postscript.ppd.gz

Of course each subsequent print job overwrites /tmp/file.ps
but for a single user system it should be o.k.


Kind Regards
Johannes Meixner
-- 
SUSE LINUX Products GmbH, Maxfeldstrasse 5, 90409 Nuernberg, Germany
AG Nuernberg, HRB 16746, GF: Markus Rex
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to