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

TOPIC:

Search by Keyword 9 years 8 months ago #6881

  • Chanwoo Park
  • Chanwoo Park's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 4
  • Thank you received: 0
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?

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

Search by Keyword 9 years 8 months ago #6921

  • Davide
  • Davide's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 814
  • Thank you received: 65
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

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

  • Page:
  • 1
Powered by Kunena Forum