Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Convert PDF File to HTML in C# [closed]

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

like image 875
Jepe d Hepe Avatar asked Mar 18 '10 11:03

Jepe d Hepe


1 Answers

Try the open source application pdftohtml. It should suit your needs, since you can use C# to automate the converting once you download this little console application.

like image 121
schrodinger's code Avatar answered Sep 21 '22 16:09

schrodinger's code