[cups.bugs] [MOD] STR #3063: pdftops does not support multi-page-size documents or page size determined by document

Till Kamppeter till.kamppeter at gmail.com
Fri Jan 16 13:04:27 PST 2009


DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

If I compile the pdftops of CUPS 1.4 in Ghostscript mode I get

gs -q -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pswrite -sOUTPUTFILE=%stdout
-dLanguageLevel=3 -g595x842 -c 'save pop' -f <input file>

(still affected by STR #3062), but the corrected Ghostscript command line

gs -q -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pswrite -sOUTPUTFILE=%stdout
-dLanguageLevel=3 -dDEVICEWIDTHPOINTS=595 -dDEVICEHEIGHTPOINTS=842 -c
'save pop' -f <input file>

leads to the same problem. One would need to leave out the page size
specification here, too

gs -q -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pswrite -sOUTPUTFILE=%stdout
-dLanguageLevel=3 -c 'save pop' -f <input file>

but this also does not work due to the following Ghostscript bug

http://bugs.ghostscript.com/show_bug.cgi?id=690236

Link: http://www.cups.org/str.php?L3063
Version: 1.4-current





More information about the cups mailing list