G
Guest
Hi,
I have searched the internet, but havent seen any sample on large scale
invoice printing. I am tasked with this project of rerieving data form a
database and printing invoices on a daily bases. There will be about 2000
invoices printed on a daily basis.
The problem I have is how do I go about doing this. I was thinking of
creating a templete in crystal report in my vb.net app and then bring my data
into a dataset, then loop through the dataset and send each record to fill
the templete, then send to the printer (Laser Printing). I did try this
however, it seems to be slow beacuse I have to send each record as an
individual file to the printer instead of one file with all the invoices.
How do you guys normally batch print your invoices or how do the large scale
applicaions handle invoice printing? Where can I find any info on this?
Please advice.
Thanks
I have searched the internet, but havent seen any sample on large scale
invoice printing. I am tasked with this project of rerieving data form a
database and printing invoices on a daily bases. There will be about 2000
invoices printed on a daily basis.
The problem I have is how do I go about doing this. I was thinking of
creating a templete in crystal report in my vb.net app and then bring my data
into a dataset, then loop through the dataset and send each record to fill
the templete, then send to the printer (Laser Printing). I did try this
however, it seems to be slow beacuse I have to send each record as an
individual file to the printer instead of one file with all the invoices.
How do you guys normally batch print your invoices or how do the large scale
applicaions handle invoice printing? Where can I find any info on this?
Please advice.
Thanks