jamesoliverband / umlet

Automatically exported from code.google.com/p/umlet
0 stars 0 forks source link

Printing fails with specific printer #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open/create diagram
2. Ctrl-P (or from File->Print...)
3. Press OK in the printer dialog with a printer named "Dell 2330dn Laser 
Printer" (network printer).

What is the expected output? What do you see instead?
Expected: Diagram sent to printer
Instead: Popup error dialog with message: An error occurred during printing.

What version of the product are you using? On what operating system?
11.3 on Windows XP SP3

Please provide any additional information below.
It works with other network printers, and I can also print using CutePDF. Let 
me know if you require further details.

Original issue reported on code.google.com by allan.larsen on 21 Jul 2011 at 2:02

GoogleCodeExporter commented 9 years ago
We use java.awt.print.PrinterJob to print diagrams.
So if this problem is not printer related, we would still have no chance to fix 
it, because we use a class from the Java API for printing

Original comment by AFDiaX on 26 Feb 2012 at 9:01