I want to convert pdf to html using c#... Can anyone please give any ideas..
Asked
Active
Viewed 3,825 times
1
-
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 Answers
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.
-
This answer is HTML to PDF. The original question is for the other way round. – Richard Aug 03 '10 at 10:24
-
@Richard: i just edited when you typed your comment, refresh, it's now the other way around :) – Abel Aug 03 '10 at 10:27