Hello to all,
New to programming with Adobe. Experienced in MS Office VBA.
I have some code in VBA (EXCEL) that opens pdf files (created from WORD 2007 and searchable) and searches each one for a series of key words.
The example below works fine on Acrobat 8, but not on my newly installed Acrobat 10 (Acrobat X version 10.0.0).
The text to find is "CO" (whole word only, case sensistive) - not present as such in the test pdf file, but the word "COMMITTEE" is.
The code used is: spfd = AVDoc.FindText("CO", 1, 1, 1)
This results in spfd=False for Acrobat 8 (which is correct), but results in spfd=True in acrobat 10.
If I do the same search through the Acrobat application interface on the same pdf file, specifying whole words only & case sensitive, it does not find a match, which is correct.
Any thoughts?
Many thanks in advance for any help!
timo_mika