Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Questions about Android development and PDF

Search by Keyword

More
IP: 192.168.0.71 11 years 7 months ago #6881 by Chanwoo Park
Hi,

I'm using radaee premium license to develop Android app which has a searching function by keyword.

for (int i = 0; i < mDocument.GetPageCount(); i++) {

Page page = mDocument.GetPage(i);
page.ObjsStart();

Page.Finder m_finder = page.FindOpen(keyword, false, false);

for (int j = 0; j < m_finder.GetCount(); j++) {

//to do

}
}


When I use English PDF document everything works fine, but the thing is that,

when I use Korean PDF document, it can not find the first word of a certain line.

other workds, such as 2nd word, 3rd word, 4th word... they work fine. but only 1st word of a certain line does not work.

Could you take a look at Finder class in your library?
More
IP: 192.168.0.156 11 years 7 months ago #6921 by Davide
Replied by Davide on topic Search by Keyword
Hi,

can you send us a Korean PDF document with this problem and some strings that make this problem so we can test it..

Thanks
Time to create page: 0.394 seconds
Powered by Kunena Forum