My wife is wanting to email invoices to her clients as attachment. I want to write a PowerBasic Windows program to allow her to simply fill in the invoice details. The program would then create the invoice with horizontal and vertical lines making up a table. The created file format must allow her client to display and print the invoice without any requirements of software beyond standard Windows issue. I also want the file size to be as small as possible, which rules out scanned documents.
I have been considering two possiblities...
1. Create an HTML file which could be displayed and printed by her clients from their IE browser.
2. Create a text file or a rich text file. I know that MSDOS had extended ascii characters which could be displayed and printed from text files, but I'm not sure about Windows. Rich text might get kind of messy.
I would very much like to hear your suggestions... Thanks
I have been considering two possiblities...
1. Create an HTML file which could be displayed and printed by her clients from their IE browser.
2. Create a text file or a rich text file. I know that MSDOS had extended ascii characters which could be displayed and printed from text files, but I'm not sure about Windows. Rich text might get kind of messy.
I would very much like to hear your suggestions... Thanks
Comment