Comment 3 for bug 264727

Revision history for this message
David Suffield (david-suffield) wrote :

The CUPSDDK can create the following PPD attributes, but not with the foomatic-rip CustomPageSize specific attribute.

*MaxMediaWidth: "612.00"
*MaxMediaHeight: "3168.00"
*HWMargins: 18.00 36.00 18.00 36.00
*CustomPageSize True: "pop pop pop <</PageSize[5 -2 roll]/ImagingBBox null>>setpagedevice"
*ParamCustomPageSize Width: 1 points 72.00 612.00
*ParamCustomPageSize Height: 2 points 288.00 3168.00
*ParamCustomPageSize WidthOffset: 3 points 0 0
*ParamCustomPageSize HeightOffset: 4 points 0 0
*ParamCustomPageSize Orientation: 5 int 0 0

I would be happy to add the above lines, but unfortunately foomatic-rip does not like the CustomPageSize attribute that is not foomatic-rip specific.

-dave