To install a virtual printer under Fedora16, enter yuminstallcups on the terminal. Generally, yum prompts you that the installation is complete. Then, enter yuminstallcups-pdf to install the virtual printer. Then go to the application-System Tools-system settings-printer settings Cups-PDF as the default printer and enable it. Also note that the printed results of cups-pdf (that is, the PDF document) the storage location is in cups-
To install a virtual printer under Fedora 16, enter "yum install cups" in the terminal. Generally, yum will prompt you that the installation is complete;
Enter yum install cups-pdf to install the tool.
Then go to the application-System Tools-system settings-printer settings Cups-PDF as the default printer and enable
Note that the storage location of the printed results (that is, the pdf document) of cups-PDF is defined in the configuration file of cups-pdf.
The configuration file is usually located in the/etc/cups/cups-pdf.conf and you can open it to find the following configuration segment:
### Default:/var/spool/cups-pdf/$ {USER}
Out/var/spool/cups-pdf/$ {USER}
The default location is "/var/spool/cups-pdf/User Name". You can also customize it based on your preferences.
The printed result is stored in the/var/spool/cups-pdf/root directory.
In addition, you can enter localhost: 631 in the address bar and press enter to enable the cups configuration page.