Convert PDF File to HTML in C#
Posted
by Jepe d Hepe
on Stack Overflow
See other posts from Stack Overflow
or by Jepe d Hepe
Published on 2010-03-18T11:01:28Z
Indexed on
2010/03/19
14:51 UTC
Read the original article
Hit count: 238
I had a problem highlighting text in a pdf file embedded in webbrowser control and highlighting text using PDFLibNet.pdfwrapper so i'm shifting to another process where i'll just convert the pdf to html so i can manipulate the source code to highlight text.
How can i convert pdf files to html files?
Is there a better way?
Thanks,
Jepe
© Stack Overflow or respective owner