Print quickly an image file

I print an image file with classic method (Make a Book object and send it to a PrinterJob) but the program send to the print 11 MB for each page.How can i print quikly an image file in another method?
[215 byte] By [simone_realia] at [2007-9-28 13:52:49]
# 1

Let me guess, you are printing to an HP (or another printer that uses PCL). If you are then, you have run into one of Java's "Features" according to a help ticket I put in with Sun. PCL causes a very verbose print and Sun does not have a fix or a planned change for it. "It is that way by design..." according to Sun.

What I have done is to change the print drivers in some applications, in some applications I found the delay livable, and for one application--I know of the team rewrote windows printer interface using JNI.

morgalra at 2007-7-12 10:05:58 > top of Java-index,Other Topics,Java Community Process (JCP) Program...