-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
The print function does not work correctly #376
Comments
That's surprising. Have you tried another printer, for example Print To PDF? |
I have an HP DeskJet Ink Advantage 2135 and I oftenly print with LazPaint without issues. |
Notice that my printer uses ink and the printer of Gos1k uses toner. |
I just wanted to report that I'm having the same issue. LazPaint initially printed correctly, but after a few months, it started printing blank pages. The printer I use in the office is a RICOH IM C2000. The same images print correctly with other graphic programs like Microsoft Paint or Gimp. Regarding virtual printers, Adobe PDF doesn't work, but Microsoft Print to PDF works fine. Operating system: Windows 10 Pro 22H2 Regards |
I think the problem is related to transparency & Windows because it started when I began to cut out the images. On Linux (Fedora 40), both attached images are printed correctly. Regards Edit1: Both images are printed correctly on my home pc with Win10 Home 22H2. Edit2: If I use one of the two commands to remove the transparency and set the background color to white, the problem is solved. I still haven't figured out why the issue occurs on one PC and not the other. |
I believe I've figured out why the problem occurs at the office but not at home: not all printers support transparency. Now that I've connected my work PC to the home printer, the issue has disappeared. Best regards, |
Hi Melchiorre! Thank you very much for your feedback. Your detailed explanation seems to point towards a solution. Would that be to fill the background with white before printing? Regards |
You're welcome! Yes, the solution could be to fill the background with white before printing. |
Thanks, I'm adding this issue to the next release |
The solution for this problem also resolves the third issue in report #584, and the check for empty images can be removed. Regards |
I've applied the change on dev branch. |
In my last message, I wrote that the check for the empty images can be removed, but I should have written must be removed. Printing a empty page raises an exception on Linux. I apologize for the translation error. EDIT: I've added more details to the appropriate page regarding issue #584. |
1) Summary: The print function does not work correctly
2) Description: When using the print function, the printer prints a blank page, regardless of what is in the document
3) Environment:
Windows 10 Pro x64, Build 19043.1320, Version 21H1
LazPaint 7.1.6, 64-bit, portable
Printer: Kyocera FS – 1035MFP
4) Steps to reproduce
Press File
Press Print
5) Expected behavior
The printer should print the specified image
6) Actual behavior
The printer prints a blank page
The text was updated successfully, but these errors were encountered: