Calling Illustrator from PHP

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello 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


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux