Calling Illustrator from PHP
am 04.02.2007 08:58:53 von Max BeutelHello there,
On a windows server, I want to call Adobe Illustrator, make it open a
javascript file and execute it. All controlled via PHP. I use com to call
illustrator, which already works nice, but I cant make it yet to open the
script file. Does anyone know where to find information about this? The
documentation I found was not very helpful. Mainly there was no
documentation at all.
This is all I got so far :
$WshShell = new COM("WScript.Shell");
$illustrator = $WshShell->Run("Illustrator.exe", 3, true);
Thanks in advance!
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php