-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash when scanning a keyword of "" #53
Comments
I just did some refactoring and can't reproduce your scenario. |
Strange. I checked out the latest just this morning. Let me make sure. Thank you for the quick response. Chris On Dec 28, 2012, at 2:27 PM, Marcus Hedenström [email protected] wrote:
|
Hi @listingboat , did you ever find a way to retrieve all strings with pdfkitten? |
Anyone work out how to retrieve all strings with PDFKitten? |
You can replicate this in the sample app by tapping in the search box in the Simulator and hitting return. This searches for an empty keyword string.
I do this to retrieve all of the strings back from a PDF page. This used to work fine
The crash is in the appendString: method of StringDetector:
The error is:
Thank you!
The text was updated successfully, but these errors were encountered: