Size: 3202
Comment:
|
Size: 3204
Comment: converted to 1.6 markup
|
Deletions are marked like this. | Additions are marked like this. |
Line 6: | Line 6: |
1. If you are using Ubuntu 6.06 (due to [https://launchpad.net/distros/ubuntu/+source/cups-pdf/+bug/42147 bug 42147]) it is necessary to manually change one file in order to add the PDF printer: | 1. If you are using Ubuntu 6.06 (due to [[https://launchpad.net/distros/ubuntu/+source/cups-pdf/+bug/42147|bug 42147]]) it is necessary to manually change one file in order to add the PDF printer: |
Most Gnome applications and OpenOffice.org can generate PDF documents without adding anything special. However, if you wish to create PDF files from any application that can print, you need to install cups-pdf and create a virtual PDF printer.
Instructions for Ubuntu 6.06 LTS, 6.10 and 7.04
Install the cups-pdf package.
If you are using Ubuntu 6.06 (due to bug 42147) it is necessary to manually change one file in order to add the PDF printer:
sudo chmod +s /usr/lib/cups/backend/cups-pdf
You may skip this step if you are using version 6.10, or higher, of Ubuntu.From the menu, select System -> Administration -> Printing. Via the "Printers" dialog, opt to add a New Printer.
There should now be a "PDF Printer" under the list of detected printers. Select the "PDF Printer" and press "Forward".
Select Generic as the manufacturer and the postscript color printer (this name may vary slightly) as the model; then press "Forward".
- Give the printer a name such as "PDF-Printer" (the name should not have any spaces).
You can now create PDF files by using the Print option from your programs. To print a test page, try:
- Right click on the newly created printer, and select Properties
- Click "Print a Test Page"
The printer sends PDF files to your Home folder, under the PDF folder.
Instructions for Ubuntu 5.10
Install the cups-pdf package from universe and restart cups
sudo apt-get install cups-pdf sudo /etc/init.d/cupsys restart
Cups-PDF should be working for Gedit and abiword and a few other apps. If you need more general PDF creation, continue.
Update Cupsd.conf Cups requires changing permissions to get Cups-PDF to work for other applications:
Quote Leszek Tarkowski:
You have to edit /etc/cups/cupsd.conf sudo nano /etc/cups/cupsd.conf change RunAsUser from Yes to No. sudo /etc/init.d/cupsys restart
This will cause cups to run as root, rather than as a user. This is necessary for Cups-PDF, but could be a security risk if a hackable bug is found in cups. Use your judgement and stay on top of Ubuntu Security updates.
Create the pdf-printer in your gnome-printer-setup
System--> Administration--> Printing Add printer Select "Local Printer" and use a "detected printer--> PDF printer". Manufacturer--> Generic, Model-->PostScript Color Printer, Driver-->Should come preselected with a green dot (rev3a) Apply
Test it out
Open any app and print using the new "postscript-color-printer". PDFs are created in your home folder in a PDF subfolder (~/PDF/)
Rename the printer
If you want a name better than "postscript-color-printer" sudo nano /etc/cups/printers.conf Change <Printer postscript-color-printer> to <Printer PDF-Printer> sudo /etc/init.d/cupsys restart
Name can be anything that doesn't have spaces, #, or /
Comments
At one point, this page was updated based on a HowTo posted in the forums: http://ubuntuforums.org/showthread.php?t=140815