views:

207

answers:

2

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

A: 

You could use the Aspose.Words api to convert pdf to doc then onto HTML.

Brian Scott
+1  A: 

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.

schrodinger's code