PDF to HTML in iPhone -
Is it possible to convert PDF pages into HTML format using any objective-c library? I want to enable text selection on PDF files.
@swiecki approach is not valid for pdfs
My suggestion is using CoreText Have to do and add an overlay on the pdf view. But this will be a long and difficult process, because you will need to parse the PDF to find the coordinates of each letter.
Comments
Post a Comment