how to convert PDF to html in vb.net...Pls Help
Thanks in advance..
Printable View
how to convert PDF to html in vb.net...Pls Help
Thanks in advance..
There's no inbuilt functionality for that. Unless you can get a canned component, you'd have to use something that can read PDF files, e.g. iTextSharp (which is free), and then simply write your own HTML code from the contents.