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

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -