I need to execute this from within php. This works if I enter it in the command line on windows but I cannot get it to run from php, I tried exec, COM w/WScript.Shell, shell_exec. (running everything on my local computer)
"C:\Program Files\Adobe\Acrobat 9.0\Acrobat\Acrobat.exe" /p /h "C:\Documents and Settings\Creative Director\Desktop\pdf\test.pdf"
Has anyone done something like this? Is what I am doing even possible? Could windows be blocking php from doing this action, how could I find out and change it? Any tips?
Thank you for your time,
-Danny