- Posts: 17
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about iOS development and PDF
Searching Feature of Radaeepdf not working well
IP: 192.168.0.71
11 years 1 day ago #8375
by wdbutt
Searching Feature of Radaeepdf not working well was created by wdbutt
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.
IP: 192.168.0.124
11 years 1 day ago #8378
by emanuele
Replied by emanuele on topic Searching Feature of Radaeepdf not working well
Hi,
in PDFV class, you can find vFindStart method and you can modify the find_start call like this:
to start searching from page zero.
in PDFV class, you can find vFindStart method and you can modify the find_start call like this:
Code:
[m_finder find_start :m_doc :0 :pat :match_case :whole_word];
to start searching from page zero.
IP: 192.168.0.71
10 years 11 months ago #8395
by wdbutt
Replied by wdbutt on topic Searching Feature of Radaeepdf not working well
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.
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.
IP: 192.168.0.71
10 years 11 months ago #8396
by emanuele
Replied by emanuele on topic Searching Feature of Radaeepdf not working well
Hi,
the screenshot doesn't show PDFV class, it is RDPDFViewController class.
The code that I sent to you, is in PDFV class
the screenshot doesn't show PDFV class, it is RDPDFViewController class.
The code that I sent to you, is in PDFV class
Time to create page: 0.473 seconds