1

I've made an app which lists 16 pdf files, they are packed in the application. I need a search function which not only searches on the title of the pdf's but also in the content of the pdf.

Is this possible with objective-c/ios or preferably with jquery mobile?

Thanks in advance

Tim Reynaert
  • 145
  • 5
  • 19

1 Answers1

1

You won't be able to do that using jQuery mobile. You can use a library like pspdfkit for achieving this using iOS/objective-c

Asciiom
  • 9,867
  • 7
  • 38
  • 57