Reputation: 1404
Does any body have any idea how to embed picture in word file created with ASP Classic?
Upvotes: 1
Views: 951
Reputation: 61773
I had to generate Word files with ASP once, by far the easiest way (and you can get it looking pretty good this way) is to render an HTML file with your desired content and do it that way. I can't remember if renaming the HTML file to .doc worked, or if I used a component. But HTML is probably the way to go.
Upvotes: 1