I will be working on an application written in the C language that will do Billing and Invoicing.
The C program will actually generate the images of the bill or invoice and output to a text file.
Anybody know of any nice examples of this type of program out on the web anywhere that I can see?
I'm just wondering if there's a nicer way to doing it that having a bunch of printf's.
Also trying to figure things out like how many characters per line I should have and things like that.
Thanks for any info
carl
The C program will actually generate the images of the bill or invoice and output to a text file.
Anybody know of any nice examples of this type of program out on the web anywhere that I can see?
I'm just wondering if there's a nicer way to doing it that having a bunch of printf's.
Also trying to figure things out like how many characters per line I should have and things like that.
Thanks for any info
carl