-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Collated output loses some options #2137
Comments
CUPS.org User: mike The attached patch should fix things up nicely. |
"str2137.patch": Index: pstops.c--- pstops.c (revision 6151)
@@ -665,12 +668,12 @@
if (Duplex)
return (linelen); while (strncmp(line, "%%Page:", 7) && strncmp(line, "%%Trailer", 9))
if ((linelen = cupsFileGetLine(fp, line, linesize)) == 0)
if ((linelen = cupsFileGetLine(fp, line, linesize)) == 0)
do_prolog(doc, ppd); @@ -1658,7 +1672,7 @@
return (linelen);
if ((linelen = cupsFileGetLine(fp, line, linesize)) == 0)
do_setup(doc, ppd); @@ -1720,7 +1734,7 @@
return (linelen);
/_
if (ppd && ppd->patches)
/*
if (doc->use_ESPshowpage)
- "userdict/showpage{}put");
@@ -1828,13 +1848,16 @@
/_
/*
/*
if (doc->copies != 1 && (!doc->collate || !doc->slow_collate))
/* if (doc->number_up > 1)
/*
if (doc->gamma != 1.0f || doc->brightness != 1.0f)
@@ -3063,6 +3114,123 @@ /*
+/*
|
Version: 1.2.7
CUPS.org User: mike
From David:
Need to do some testing to see if this is related to STR #2111.
Also:
We just need to handle the page numbering and DSC stuff differently depending on the emit_jcl state.
The text was updated successfully, but these errors were encountered: