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

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -