M
mr_doles
I have a form that collects buyer information from emails and displays
them in textboxes on the form. I am trying to output this information
to a file to use for a packing slip. I want the file to have a logo
(bmp picture) and the info from the form. I want to do this the
easiest way possible.
Using txt is out since I can't put a picture on it. Automating Word
seems like a lot more work then needed and with new versions of Office
looming on the horizon I would hate to have to rewrite in the future.
I thought an rtf fie would be easy but I am having trouble with it.
Using a stringbuilder and creating html would work. What about XML?
How about another format that I am not thinking of?
Any thoughts or suggestions.
them in textboxes on the form. I am trying to output this information
to a file to use for a packing slip. I want the file to have a logo
(bmp picture) and the info from the form. I want to do this the
easiest way possible.
Using txt is out since I can't put a picture on it. Automating Word
seems like a lot more work then needed and with new versions of Office
looming on the horizon I would hate to have to rewrite in the future.
I thought an rtf fie would be easy but I am having trouble with it.
Using a stringbuilder and creating html would work. What about XML?
How about another format that I am not thinking of?
Any thoughts or suggestions.