Copy link to clipboard
Copied
My client's system recently upgraded from Acro Reader 11.0 to Adobe Pro. To open pdf files from within a database, I need to identify the path & file that opens pdf files. Any help is greatly appreciated!!!!
Copy link to clipboard
Copied
Hi michael21122112,
Please let me know the version of OS installed at the clients end?
There will be a desktop icon of Acrobat application.
Regards,
Aadesh
Copy link to clipboard
Copied
Windows has an API for this, FindExecutable.
Copy link to clipboard
Copied
Actually, no, if you want to open files it is far better NOT to be concerned with which file does it. Instead use the ShellExecute API (not Shell), which takes care of syntax details in the command line; essentially a programmatic "double click".
Find more inspiration, events, and resources on the new Adobe Community
Explore Now