Does anyone know how to get a html content, convert it to pdf and save it to database?
I've tried so many ways, but nothing seems to work. In some articles, it's written to use HTMLParse, in others HTMLWorker... sometimes throws an error "document has no pages"... sometimes, it just throws an exception but it didn't specify the error...
Does anyone know a good way to do this?
I'm using C# 3.0, ASP.NET MVC and LinQToSQL.
Thanks in advance and a lot!!