Possible to split a PrinterJob ??  
Author Message
tonylaq





PostPosted: 2007-8-10 3:26:00 Top

java-programmer, Possible to split a PrinterJob ?? 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





PostPosted: 2007-8-11 4:04:00 Top

java-programmer >> Possible to split a PrinterJob ?? On Aug 9, 3:26 pm, tonylaq <email***@***.com> wrote:
> 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,

Anyone ?

 
Jeffrey H. Coffield





PostPosted: 2007-8-11 6:23:00 Top

java-programmer >> Possible to split a PrinterJob ?? tonylaq wrote:
> On Aug 9, 3:26 pm, tonylaq <email***@***.com> wrote:
>> 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,
>
> 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