more 100.000 invoices to print
Hi
we have Delphi app where we need to print out something as 110.000 invoices
in one working day (8 hours). Printed invoices should be "enveloped". We
don't have expeirence with this so maybe somebody already found solution for
this. Two option:
1. laser techology
2. matrix technology for multipart forms (maybe customer won't give up
multiform)
Best
Damir
we have Delphi app where we need to print out something as 110.000 invoices
in one working day (8 hours). Printed invoices should be "enveloped". We
don't have expeirence with this so maybe somebody already found solution for
this. Two option:
1. laser techology
2. matrix technology for multipart forms (maybe customer won't give up
multiform)
Best
Damir
This discussion has been closed.
Comments
I have a customer (long distance reseller) that processes about 50,000 pages
of print during their billing cycle. Some of the print is printed duplex.
The processes that generates the 50K pages takes about 1 day, delphi 6 using
MS SQL Server. My client has 3 HP printers: 1 8000 series and 2 9000
series. They run the billing process in such a maner that all 3 printers
are going almost non-stop. The big bottle neck you'll encounter is the
printing. There are other printers that cost a lot more that we looked into
that we could never get to work quite right. All printers are laser.
110,000 invoices is a lot to get done in a day
Best of luck,
Kevin