Installare una stampante PDF su Ubuntu

From RVM Wiki
Jump to navigation Jump to search

Valido per Ubuntu 6.10 Edgy


You can PRINT PDFs FROM ANY APP IN UBUNTU by doing the following:

From Terminal type:

sudo apt-get install cups-pdf

and then:

sudo chmod +s /usr/lib/cups/backend/cups-pdf

Now go to:

System -> Administration -> Printing
New Printer
Add a Printer
Select Local PDF Printer, Next
Generic Manufacturer
Choose “postscript color printer rev3b”
apply

Printouts go to your home/PDF directory unless you edit:

/etc/cups/cups-pdf.conf
### Key: Out
## CUPS-PDF output directory
## special qualifiers:
## ${HOME} will be expanded to the user’s home directory
## ${USER} will be expanded to the user name
## in case it is an NFS export make sure it is exported without
## root_squash!
### Default: /var/spool/cups-pdf/${USER}

Out ${HOME}/PDF

Riferimenti