Ubuntu: Print to PDF or PDF Export
Creating PDF-files from almost any application under Windows is easy using PDFCreator. PDFCreator provide a printer driver, which is exposed to the user as any other printer, so the user use it like a printer in Word, Excel or any other Windows application.
For Linux or Ubuntu Linux cups-pdf provides the same functionality.
Install it easily using this:
$sudo aptitude install cups-pdf
Restart your printing service (CUPS) using:
$sudo /etc/init.d/cupsys restart
Then you should be able to add a new printer (System->Administration->Printing) selecting the “Local Printer†“PDF Printer†option. In the next step choose “Generic Printer†and then used the “Postscript Color Printer (Ver 3)†driver.
Newly setup printer should now be able to print pdf-files.
Thanks to this post:
http://ubuntu.wordpress.com/2006/03/23/print-to-pdf-using-cups-pdf/
Related posts:
- Print to PDF
- Top 10 Free Windows 7 Applications
- Brother Printer Drivers and Ubuntu Linux 64 Bit
- Howto: Install Windows Vista Fonts in Ubuntu
- Ubuntu Netboot and Netinstall with PXE
- Howto use WEP encryption with Ubuntu Linux
- Ubuntu Howto: Install Ruby and Ruby on Rails
- Ubuntu Howto: Install Oracle
- Ubuntu and Ruby
- Crack pdf password with pdfcrack
Popular Related Items »
Incoming search terms
- pdf creator ubuntu
- ubuntu print to pdf
- ubuntu pdf creator
- pdf creator for ubuntu
- pdfcreator ubuntu
- print to pdf ubuntu
- pdf writer ubuntu
- ubuntu pdf printer
- pdf creator para ubuntu
- pdf writer for ubuntu
- ubuntu print pdf
- ubuntu pdf writer
- pdf creator debian
- pdf printer ubuntu
- ubuntu pdfcreator
- Ubuntu 9 04 print to pdf
- ubuntu 9 04 pdf printer
- pdfcreator for ubuntu
- print pdf ubuntu
- pdf maker ubuntu
- pdf printer ubuntu 9 04
- pdf maker for ubuntu
- ubuntu pdf maker
- ubuntu 9 pdf printer
- ubuntu pdf driver
- ubuntu pdf export
- ubuntu export pdf
- ubuntu pdf printer driver
- pdf creator linux ubuntu
- debian pdf printer
- ubuntu 9 10 print to pdf
- pdfcreator para ubuntu
- debian pdf creator
- ubuntu pdf print
- ubuntu pdf generator
- print to pdf in ubuntu
- print to PDF ubuntu 9 04
- debian print to pdf
- print to pdf ubuntu 9 10
- pdf printer ubuntu 9
- pdf printer driver ubuntu
- pdf para ubuntu
- pdf printer debian
- pdf creator on ubuntu
- pdf print ubuntu

Ramesh B said,
January 31, 2008 @ 6:24
when I run the command:
$sudo aptitude install cups-pd
the result is:
Reading package lists… Done
Building dependency tree
Reading state information… Done
Reading extended state information
Initializing package states… Done
Building tag database… Done
No candidate version found for cups-pdf
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not
upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Writing extended state information… Done
Nothing happens. Why?
Ashlayne said,
May 25, 2008 @ 10:39
I’m by no means an expert (just got addicted to Ubuntu a few weeks ago), but it may not be available for your Linux flavor.
If you go through Synaptic Package Manager (at least in Hardy) and search for the program, Synaptic will find it if it’s available for your Linux flavor. That’s what I love about Synaptic!
k said,
September 1, 2010 @ 1:21
i did it but with this difference:
$ sudo /etc/init.d/cups restart
* Restarting Common Unix Printing System: cupsd [ OK ]