pdf-to-html

In ASP.NET what is the best way to convert a PDF file to HTML?

What my users will do is select a PDF document on their machine, upload it to my website, where I will convert into an HTML document for display on the website. The document will be stored in a database after conversion. What's the best way to convert a PDF to HTML? I have been handed a requirement where a user would create a "news" s...

Convert PDF to HTML

What is the best solution to convert PDF documents to be viewed in the browser as HTML? The site has several PDF documents and the visitor can click on view as HTML and this should be viewed on the screen as an HTML file. Standard website running PHP, Linux, Apache. ...

How to convert pdf documents to html files?

Should remain format,looks almost the same as original. ...

What is a good PDF to HTML converter for Ruby on Rails?

I'm trying to convert programatically PDF to HTML. So far I've been using pdftohtml but our users are not happy with the results. Here's what I need : I'm using Ruby on Rails, but any tool working on Unix would work as I can call it from the command line. But of course a nice gem or plugin would be perfect. I'd prefer it to be open s...

Convert pdf to html/xml using c#

Hi.. I want to convert pdf to html using c#... Can anyone please give any ideas.. ...