Bill Printing

lakkadghat

Newcomer
Joined
Jul 26, 2003
Messages
12
I am making a project in VB.NET where i want to print Bills.
some of its stuff are pre designed, some fields are taken from the input form and somethings are taken from database.
is there anyways i can print such bills.

thankx in advance


Mu$t@f@
 
You have a number of options for printing. You can use a reporting engine and code such as Crystal (a report designer that reads data - from a DB for example - to populate the reports). You could use a 3rd party to do printing for you (such as a set of classes that create Adobe PDFs, or transform XML into Postscript for sending to a printer). You could also use the built in printing objects to do all the printing yourself, including print preview and more. It depends on the complexity of what you're printing, how much money you have to spend on 3rd party tools and how much time you have to spend to get your solution.

-nerseus
 
Back
Top