C# Developers' Journal (original) (raw)
Html converter question Hello!
I have problems finding a good .Net component that will be able to convert a file to html (more specifically, pdf and doc to html). I've tried and evaluated quite a lot, but each of them require the source and destination file to be mapped to physical files. I can't.
I receive a file stream uploaded from the user (I'm working on a web application btw) and must convert it to html, then save it to a blob field in a Sql database. The operation of converting must be hold in memory because the user IUser_Machine of the web server will not have the necessary rights to read and write to disk.
Can anyone help me on this?