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

HP Color Laserjet Pro duplex printing is flipped. #6235

Open
qbee42 opened this issue Nov 19, 2024 · 0 comments
Open

HP Color Laserjet Pro duplex printing is flipped. #6235

qbee42 opened this issue Nov 19, 2024 · 0 comments

Comments

@qbee42
Copy link

qbee42 commented Nov 19, 2024

Color-LaserJet-Pro-MFP-3301

Regardless of duplex long-side or short-side, portrait or landscape, the back side of a portrait duplex document is always upside down. The solution is to copy and edit the default PPD file to comment out the * cupsBackSide: Rotated line like this:

*DefaultDuplex: None
*Duplex None/Off: "<</Duplex false>>setpagedevice"
*Duplex DuplexNoTumble/On (Portrait): "<</Duplex true/Tumble false>>setpagedevice"
*Duplex DuplexTumble/On (Landscape): "<</Duplex true/Tumble true>>setpagedevice"
*CloseUI: *Duplex
*% cupsBackSide: Rotated

Save that file and modify the printer in CUPS to use the new PPD file.

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

No branches or pull requests

1 participant