Sometimes we have content that need to be printed, but instead of print in a paper sheet we could print in a .pdf file. To do this we need to install a pdf printer.
Installing a PDF Printer
1.0) Install the package cups-pdf
$sudo yum -y install cups-pdf
2.0) Restart cups
$sudo service cups restart
3.0) Open the following address in your browser: https://127.0.0.1:631
3.1) Click in “add printer”

3.2) Fill the fields with the appropriate information

3.3) Device, select “cups-pdf“

3.4) Make/Manufacturer, select “Generic”

3.5) Model/driver, select “CUPS-PDF Printer” and click on the button “Add Printer”

4.0) Using the new logical printer
To use the new pdf printer, just click in “print” in any program and then select the “PDFPrinter”.

May 6, 2009 at 1:16 pm |
Awesooooooooooooooooooooome, thanks!
June 26, 2009 at 5:22 am |
Neat and tidy tutorial, very straight forward instructions with clear pictures. Even a newbie can follow the instructions and install the printer without any pain in a single shot.
Martin