views:

59

answers:

1

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

A: 

Edit (original contained link to html to pdf, not the other way around):

With Google, I got you this, which is close (generates text). It should give you a starting point. In this thread on asp.net, it explained how you can get HTML using that technique (skip to the code example).

And, on SO, have a search for this pdf-to-html tag, and you'll find this post. Check out the link for iTextSharp, which'll give you an interface to the PDF document.

Abel
This answer is HTML to PDF. The original question is for the other way round.
Richard
@Richard: i just edited when you typed your comment, refresh, it's now the other way around :)
Abel