-
Notifications
You must be signed in to change notification settings - Fork 72
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
A4 format not showing up on iPhone #16
Comments
|
I tried another fork of your github project and there it did show A4. Edit: I can add the printer in synology without cups in docker, but this way I cannot select the correct drivers. |
My bad, forgot A4 is “Legal”. What options do you get? And what printer driver are you using? |
If I select Legal or A4, there are differences. I do not see a job in cups, nor does it print anything when I use my phone. I use the ppd for a hp laserjet p2055x. I tried the one that is build in your package and a newer version from a newer hplip package. In both cases A4 is missing although it is in the ppd. |
Sounds like it is more work than just updating the ppd. https://stackoverflow.com/questions/1028891/whats-the-easiest-way-to-add-custom-page-sizes-to-a-ppd/3112256#3112256 Gotta be a case of differing printer drivers/packages or versions of cups. If you could share the branch of where it worked I might be able to dig through and find the difference. When this container is built it grabs the latest packages, so it could have been broken for your use case when we updated. |
The latest hplip is 3.22.10, but the one in this package is 3.20.5. |
This is what helped me with my printers apple/cups#6009 (comment) After that change A4 is shown on my IOS Device. Well, after I try to print a second time, A4 is not offered anymore. So It didn't help. Sorry. |
After I removed all other formats - except A4 - from the .ppd files the ios offered A4 permanently. |
Pagesize A4 is not showing up on iPhone but it does show on PC.
Also when I try to print from iPhone it doesn't send the print to Cups so it never prints.
The text was updated successfully, but these errors were encountered: