Open the pdf file in my text search iPad app

I am an ipad application developer. I am trying to open a pdf file in my text search application. Is it possible to download the PDF file in the application?

+4
source share
3 answers

@Manoj:

Visit this and download this code, U will get the solution http://github.com/ole/leaves/tree/twopages

+1
source

You can open a PDF using UIWebView, just like on an iPhone. I do not know if it is possible to search for text in the PDF file itself - it is definitely not easy.

0
source

You can do this using uiwebview.load pdf in uiwebview.load .

-1
source

Source: https://habr.com/ru/post/1308652/


All Articles