large print files

C

Clive Moore

Can anyone tell me why my java applet takes a long time to print
documents on some peoples computers, (Win98). I am using java.awt.print
to print multipage tiff (max size 1mb)

AnnotatedPagePrintable app = new AnnotatedPagePrintable(p, true);
PrinterJob pj = PrinterJob.getPrinterJob();
PageFormat pf = pj.defaultPage();
pj.setPrintable(app, pf);
pj.print();

Any help would be appeciated.
Thanks
Clive
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,521
Members
44,995
Latest member
PinupduzSap

Latest Threads

Top