To Do : Convert pdf file to HTML file
For Eg: The pdf file in link below
http://www.inkwelleditorial.com/pdfSample.pdf
should be converted to HTML file.
Study : I googled and found out few ways to convert HTML to PDF like
- Convert html file to PDF Document in iOS using Cocoa-Touch
- Creating a PDF with iOS
- Generating PDF Content
but could not get any way to do vice versa ie convert pdf to HTML.
Is there any library available in objective C for above purpose?