uxmstudio / UXMPDFKit

An iOS PDF viewer and annotator written in Swift that can be embedded into any application.
MIT License
275 stars 103 forks source link

Trying to search inside the PDF? #58

Closed hemangshah closed 7 years ago

hemangshah commented 7 years ago

Anything in your code to start from?

pushchris commented 7 years ago

There is currently no way to extract data from a PDF for searching purposes. It is on the radar for future additions, but not anytime soon. I would recommend you check out another pod for searching abilities: https://github.com/KurtCode/PDFKitten

hemangshah commented 7 years ago

Thanks, I knew about this. It's purely written in Objective-C and there's no good solution for Swift.

prasenr commented 5 years ago

@hemangshah , there is a good solution https://github.com/tzshlyt/iOS11-PDFKit-Example

prasenr commented 5 years ago

@pushchris , can you include the search capability to your existing library. Similar to https://github.com/tzshlyt/iOS11-PDFKit-Example