ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 PDFium Find()

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
jrpcguru Posted - May 07 2021 : 19:44:32
The help file says that if there is nothing found, the result of
bResult := ImageEnView1.PdfViewer.Find( 'Adobe' );

is False. Unfortunately I find it is always True. I was trying to create a way to use Find/FindNext to search the whole document instead of a single page. I managed to get FindNext to recognize the end of a page and move to the next page. But if there is no find on the initial page, I can't detect that and move to another page and keep changing pages until the first Find is found.

Is there a way to search the whole document?
Is the fact that Find yields true all the time a bug?
I'm confused that HighlightText works for the entire document, but Find and FindNext do not.

J.R.
3   L A T E S T    R E P L I E S    (Newest First)
jrpcguru Posted - May 11 2021 : 10:06:46
That is great news. Thank you! I've been testing PDFium while I'm between projects. Shortly I will resume work on other things, giving plenty of time for these PDFium fixes to appear in your next release.

J.R.
xequte Posted - May 10 2021 : 19:15:57
FYI, we have added full document search to 10.0.1

Nigel
Xequte Software
www.imageen.com
xequte Posted - May 09 2021 : 21:44:29
Hi JR

We have a fix for the Find Result.

PDFium does not support global find, so we'll need to implement that at the library level. We're looking into this.

Nigel
Xequte Software
www.imageen.com