Some stuff related to the postscriptfile backend and/or
CUPS on MacOS X in general

      Name                    Last modified       Size  Description

[DIR] Parent Directory 01-Aug-2007 00:18 - [DIR] actionscripts/ 20-Mar-2003 21:25 - [   ] RAW2PDF.PPD 20-Mar-2003 22:53 8k

RAW2PDF.PPD

   This PPD is for demonstration purposes only. It will allow you to print
   directly to PDF without CUPS converting the PDF back to PostScript.
   And probably it will solve the issue with CUPS on MacOS X not converting
   print jobs of type "application/pictwps" to PostScript when printing to
   another CUPS server via IPP.

   The "magic" will be done solely by those two lines in the PPD:

       *cupsFilter: "application/pdf 0 -"
       *cupsFilter: "application/pictwps 0 pictwpstops"

actionscripts

   In this folder you'll find some examples how to extend the functionality
   of my postscriptfile CUPS backend...