in
mkdir /etc/skel/Client/Windows/Personal/Desktop/PDF
cd /etc/skel/Client
ln -s Windows/Personal/Desktop/PDF .
  • edit /etc/cups/cups-pdf.conf:

Out ${HOME}/Client/PDF
  • remove old Cups-PDF printer and other junk
lpstat -p
lpadmin -x Vmware_Virtual_Printer
lpadmin -x Cups-PDF
  • create new CUPS printer:
lpadmin -p PDF -v cups-pdf:/ -m PostscriptColor.ppd
        -D "Virtual PDF Printer" -L "server.ourdom.com"
        -u "allow:root,remroot,@printlords"
        -o printer-error-policy=abort-job
        -o printer-is-shared=true
        -E
    • alternative: point browser to localhost:631, create new printer named PDF, manufacturer - Postscript, model - Generic color postscript printer
  • restart CUPS:
service cups restart

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
To prevent automated spam submissions leave this field empty.