1

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

Abel
  • 56,041
  • 24
  • 146
  • 247
Sur
  • 83
  • 2
  • 6
  • Over 2500 results when searching google only within SO... – Oded Aug 03 '10 at 10:18
  • 1
    @Abel: I think that question asks for HTML to PDF. – Greg Hewgill Aug 03 '10 at 10:21
  • @Greg: yes, I think so too and that's the reverse, my bad. I updated my answer, and will remove the dup comment, which isn't a dup :S – Abel Aug 03 '10 at 10:25
  • PS: related, but not a duplicate: http://stackoverflow.com/questions/277901/in-asp-net-what-is-the-best-way-to-convert-a-pdf-file-to-html/277971 – Abel Aug 03 '10 at 10:37

1 Answers1

0

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.

Community
  • 1
  • 1
Abel
  • 56,041
  • 24
  • 146
  • 247