[gs-devel] upcoming freeze for the 8.63 release - Make CUPS filters/PPDs PDF ready

Till Kamppeter till.kamppeter at gmail.com
Thu Jul 17 09:28:48 PDT 2008


What I would like to have in GhostScript 8.63 is that the included CUPS 
filter scripts and PPDs (in cups/ directory) get prepared for PDF as 
standard print job format. This would mean that they should either 
understand both PostScript and PDF (the better solution) or there should 
be two sets of filters and PPDs, one for PostScript and oe for PDF. In 
the first case (understanding both languages) the PPDs should have two 
cupsFilter lines

*cupsFilter:    "application/vnd.cups-postscript 100 pstopxl"
*cupsFilter:    "application/vnd.cups-pdf 0 pstopxl"

with the cost factor being in favour of PDF. As Ghostscript understands 
both PostScript and PDF we could probably stay with one filter (here 
pstopxl, we should consider renaming to pdltopxl).

Now my problem is how the options in the PPD have to be defined. Most of 
them are PostScript commands to be added to the data stream, but what 
happens if the data stream is PDF? Anyone has an idea how to do this 
correctly?

    Till



Ralph Giles wrote:
> All,
> 
> We have the the 8.63 release of Ghostscript and the corresponding 1.53 
> release of Ghostpdl coming up. We're going to freeze in two weeks: July 
> 28 will be the last day for non-critical changes, targeting an August 
> 1st release date.
> 
> This is quite soon, so if you have any serious code changes you think 
> can be complete before release, they should start going in now to allow 
> for unexpected problems.
> 
>  -r
> _______________________________________________
> gs-devel mailing list
> gs-devel at ghostscript.com
> http://www.ghostscript.com/mailman/listinfo/gs-devel
> 



More information about the gs-devel mailing list