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
2010-08-03 10:17:55
This answer is HTML to PDF. The original question is for the other way round.
Richard
2010-08-03 10:24:54
@Richard: i just edited when you typed your comment, refresh, it's now the other way around :)
Abel
2010-08-03 10:27:58