Using FindText() in Acrobat X
i having trouble getting findtext() function work in vba module. have tested function see if returns false when false , work:
if acrdoc.findtext("superman", 0, 1, 1) = 0 then
msgbox "nothing found"
end if
however, issue rest of funciton. understanding function following: "finds specified text, scrolls visible, , highlights it." finding text failing scroll , highlight found text.
any ideas on why maybe failing proceed through function?
thank you
More discussions in Acrobat SDK
adobe
Comments
Post a Comment