Hi all,
I am using java Printerjob with Book to create some page to print.
The problem I have is that the generation of all the page a pretty
long.
I usually gets 100 pages and each page take up to 2 seconds.
I would like to know if there is a way to start the printing process
as soon as page are ready and not wait 5 minutes to create the batch
and after that another 3-5 minutes with the printer ?
Can we append page to the book once the print is started ?
thanks,
tonylaq - 10 Aug 2007 21:03 GMT
> Hi all,
> I am using java Printerjob with Book to create some page to print.
[quoted text clipped - 8 lines]
> Can we append page to the book once the print is started ?
> thanks,
Anyone ?
Jeffrey H. Coffield - 10 Aug 2007 23:22 GMT
>> Hi all,
>> I am using java Printerjob with Book to create some page to print.
[quoted text clipped - 10 lines]
>
> Anyone ?
If you can send each page as a separate print job that would allow the
printer to start before all pages are done. The problem is if someone
else sends a job in between.
Jeff Coffield