I have a letter and label to be printed on an invoice sticker sheet.
I need the print to occur without operator intervention.
Ideally the source of the letter would in part be an RTF to allow the end user to customise the content.
Then the label hand positioned to fit into the removable label.
There are so many print interfaces, which one do the readers here recommend ?
Dave.
Loading
Mahesh ChandPosted Jul 7, 2008, 9:10 AM
You use GDI+ to print anything in C# and .NET. Here is an article by Mike Gold on printing.
Printing Invoices using C# and .NET
If you go to http://www.c-sharpcorner.com/Search/ and type print invoice, you will see many results on printing invoices in GDI+ and C#.