Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

printing blank pages

Status
Not open for further replies.

Ciscoserret

Programmer
Apr 11, 2001
3
US
I've made an application that creates an image that I'm storing in a BufferedImage. The image can be of different dimensions depending on what the user created. I use PrinterJob to print the image. It prints out the images fine as long as they aren't too big. But if I try to print an image thats bigger than about 300x350 pixels, all I get is a blank page. And with no errors or exceptions being reported. I'm using jdk 1.3.02 on Win98. Could this be an issue with Win98, or the particular printer I'm using? Unfortunately I don't have other computers or printers to test this theory.
 
Hi,

I doubt this is neither the problems of Windows or printers but on Java. Printing in Java is still quite unstable so there are no doubts that you will get a black page instead of your image.

Hopefully in the launch of JDK1.4, printing in Java could be better :)

Regards,
Leon If you need additional help, you can email to me at zaoliang@hotmail.com I don't guaranty that I will be able to solve your problems but I will try my best :)
 
I installed the new release candidate 1.3.1, and the printing now works normally.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top