Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about iOS development and PDF
  • Page:
  • 1

TOPIC:

Searching Feature of Radaeepdf not working well 9 years 2 months ago #8375

  • wdbutt
  • wdbutt's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 17
  • Thank you received: 0
I' using radaeepdf kit for my project to read pdf files. I'm facing problem on search feature of radaeepdf kit. When ever I search any text it will search that text from current displayed page to next onward pages. But If I'm on last page of pdf file and search text that is present in first 10 pages of pdf files. It cannot search that word. So please give me proper solution. And also sometime searching is not working.

Please Log in or Create an account to join the conversation.

Searching Feature of Radaeepdf not working well 9 years 2 months ago #8378

  • emanuele
  • emanuele's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 580
  • Thank you received: 67
Hi,

in PDFV class, you can find vFindStart method and you can modify the find_start call like this:
[m_finder find_start :m_doc :0 :pat :match_case :whole_word];

to start searching from page zero.

Please Log in or Create an account to join the conversation.

Searching Feature of Radaeepdf not working well 9 years 2 months ago #8395

  • wdbutt
  • wdbutt's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 17
  • Thank you received: 0
Hi,
As you ask me to do that code in reader. We already used that code as you see in image (cloudup.com/cudTozVff-B). So please give solution asap.

Please Log in or Create an account to join the conversation.

Searching Feature of Radaeepdf not working well 9 years 2 months ago #8396

  • emanuele
  • emanuele's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 580
  • Thank you received: 67
Hi,

the screenshot doesn't show PDFV class, it is RDPDFViewController class.
The code that I sent to you, is in PDFV class

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Powered by Kunena Forum