个人工具

“UbuntuHelp:PDFPrinting”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第61行: 第61行:
 
</nowiki></pre>
 
</nowiki></pre>
 
Name can be anything that doesn't have spaces, #, or /
 
Name can be anything that doesn't have spaces, #, or /
 +
=== Instructions for Ubuntu 9.04 Jaunty Jackalope ===
 +
1. Install the cups-pdf package:
 +
 +
sudo apt-get install cups-pdf
 +
2. Create a PDF directory
 +
 +
mkdir ~/PDF; chmod 701 ~/PDF
 +
The second step is necessary because of bug 270046 https://bugs.launchpad.net/ubuntu/+source/cups/+bug/270046
 
-----
 
-----
 
=== Comments ===
 
=== Comments ===

2009年11月17日 (二) 20:19的版本


<<Include(Tag/Unsupported)>> <<Include(Tag/Deletion)>> 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

  1. Install the cups-pdf package.
  2. 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.

  1. From the menu, select System -> Administration -> Printing. Via the "Printers" dialog, opt to add a New Printer.
  2. There should now be a "PDF Printer" under the list of detected printers. Select the "PDF Printer" and press "Forward".
  3. Select Generic as the manufacturer and the postscript color printer (this name may vary slightly) as the model; then press "Forward".
  4. 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:

  1. Right click on the newly created printer, and select Properties
  2. 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 /

Instructions for Ubuntu 9.04 Jaunty Jackalope

1. Install the cups-pdf package:

sudo apt-get install cups-pdf 2. Create a PDF directory

mkdir ~/PDF; chmod 701 ~/PDF The second step is necessary because of bug 270046 https://bugs.launchpad.net/ubuntu/+source/cups/+bug/270046


Comments

At one point, this page was updated based on a HowTo posted in the forums: http://ubuntuforums.org/showthread.php?t=140815