Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Manipulating Acrobat Reader with VBA

Status
Not open for further replies.

swaybright

Technical User
Jun 25, 2003
156
US
Hey all,

I am wondering how to save a pdf retrieved from a remote source to a local hard drive using VBA.

What I want to do is
1) open the file -- I think I have this figured out (theoretically)
2) save the file under a specific file name

Can anyone direct me to some code (or help file) that will save local copies of pdf files?

TIA

Shane
 
Acrobat has a bunch of command line options. Google "Acrobat command line options". Then use the Shell command in Access to run the reader.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top