Read contents of PDF file and display in a html format
I want to convert the PDF document to HTML format. I have no idea of from where to start.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Praveen NPosted Feb 13, 2014, 11:54 PM
Best would be convert PDF to text file and later text to PDF.
.aspx Page
.cs class
later
http://www.c-sharpcorner.com/UploadFile/saurabhnandu/TexttoHTMLParser12032005072354AM/TexttoHTMLParser.aspx
OR
the alternate way to do
Download the dll Aspose.Pdf.dll from http://www.aspose.com/docs/display/pdfnet/SaveFormat+Enumerationand rest assured only two lines of code in your code-behind file :)
Regards,
Praveen Nelge
Jaganathan BantheswaranPosted Jan 23, 2014, 12:30 AM