search words in adobe pdf reader in access 2007 -


i can see pdf file

private sub form_load()  dim filename string   filename = "c:\users\user\desktop\abandon.pdf"   acropdf5.loadfile filename   end sub 

but want search in pdf , find abandon , show on label on form.


Comments

Popular posts from this blog

ios - Change Storyboard View using Seague -

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -