|
|
CUPS-PDF - A free virtual PDF printer
CUPS-PDF v 2.5.0 is out and it works great in Snow Leopard. Download v 2.5 from http://freshmeat.net/projects/cupspdf/.
cd /Users/username/Downloads/cups-pdf-2.5.0/src Compile cups-pdf in the /src directory of the downloaded folder using gcc -O9 -s -o cups-pdf cups-pdf.cCopy the compiled code sudo cp cups-pdf /usr/libexec/cups/backend/cups-pdf The instructions state to install to /usr/lib/cups/backend which is wrong. You need to install to /usr/libexec/cups/backendEnsure you sudo chmod 0700 /usr/libexec/cups/backend/cups-pdfPer the instructions you will need to edit cups-pdf.conf. Edit the following lines in the .conf file: GhostScript /usr/bin/pstopdf
GSCall %s %s -o %s %s
PDFVerCopy the edited cups-pdf.conf file to /etc/cups. All of your PDFs will be saved to /var/spool/cups-pdf/username As mentioned above, creating a symlink to /var/spool/cups-pdf/ to my desktop worked perfectly. sudo ln -s /var/spool/cups-pdf/username /Users/username/Desktop/CUPS-PDFsI also created a desktop PDF printer by option-dragging the printer to my desktop. Now I can just drag a stack of files onto the desktop printer and they are converted to PDFs and easily accessed in a folder on my desktop.
CUPS-PDF - A free virtual PDF printer
I could not compile the source code :( |
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysNo new commentsLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2014 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Created this page in 0.05 seconds |
|