Convert PDF to HTML

Q: I see that the new version of PDFNet includes HTML to PDF converter
(i.e. web capture http://www.pdftron.com/pdfnet/samplecode.html#HTML2PDF),
but can I do the reverse, that is convert PDF to HTML?
------------
A: PDFNet for .NET includes a sample project called Pdf2Html (http://
www.pdftron.com/pdfnet/samplecode/Pdf2Html.cs) as an example of how to
use PDFNet content extraction APIs. The sample includes full source
code for the converter which you could tweak to meet your
requirements. JAVA/VB/C++ would work along the same lines.