Skip to content
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

PostScript driver adds extra commands after End-Of-Job #1861

Closed
michaelrsweet opened this issue Jul 24, 2006 · 2 comments
Closed

PostScript driver adds extra commands after End-Of-Job #1861

michaelrsweet opened this issue Jul 24, 2006 · 2 comments

Comments

@michaelrsweet
Copy link
Collaborator

Version: 1.1.22
CUPS.org User: holger.graefe.gad

Sending PostScript jobs from different systems to a CUPS PostScript printer causes the PS2PS filter to add extra PJL and PostScript code to the job.

Behind the PJL and PostScript End-Of-Job (i.e. "%%EOF" and "@pjl EOJ") of the original file the following lines are sent to the printer:

userdict/ESPwl{}bind put

%%Trailer
%%Pages: 0
%%EOF
%-12345X@PJL EOJ
%-12345X

If the printer's default PDL is set to PCL (not to PS), these lines will be printed! This behavior of the printer (e.g. Lexmark) seems to be correct, because the PostScript job has finished and there is no "%!" sequence introducing these lines.

The attachment contains the two files: The one sent to CUPS and the other which is sent to the printer by CUPS.

@michaelrsweet
Copy link
Collaborator Author

CUPS.org User: mike

Please re-test with the current CUPS release (1.2.2) and report whether the problem persists.

@michaelrsweet
Copy link
Collaborator Author

CUPS.org User: mike

This STR has not been updated by the submitter for two or more weeks and has been closed as required by the CUPS Configuration Management Plan. If the issue still requires resolution, please re-submit a new STR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant