From 681dde9b51725cb5a721ac6eb62cc4dbf0b719dc Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Sun, 27 Dec 2009 23:03:21 +0100 Subject: [PATCH] CupsPdf 2.5.0 CUPS-PDF is a backend module for CUPS (Mac OS X's printing system) by Volker C. Behr that, rather than printing to a device, prints straight to PDF files. Why use this rather than a simple "Save as PDF" in the print dialog? - Pressing return is faster - Batch-print through the writer to convert documents to PDF - Common save location for all generated PDFs --- Formula/cups-pdf.rb | 111 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 Formula/cups-pdf.rb diff --git a/Formula/cups-pdf.rb b/Formula/cups-pdf.rb new file mode 100644 index 0000000000..656672a931 --- /dev/null +++ b/Formula/cups-pdf.rb @@ -0,0 +1,111 @@ +require 'formula' + +class CupsPdf