0

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

  1. Convert html file to PDF Document in iOS using Cocoa-Touch
  2. Creating a PDF with iOS
  3. 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?

Community
  • 1
  • 1
Dileep
  • 2,399
  • 4
  • 26
  • 39

1 Answers1

0

sorry, I dont think there is a reliable way to keep the formatting (and neither for get all text.)

you'd be better off to display and search the pdf using pspdfkit

Daij-Djan
  • 49,552
  • 17
  • 113
  • 135