blob: 69c397a73f556b6e3905d665743f7a692fb805ae [file] [log] [blame]
package
{
import com.adobe.csawlib.illustrator.Illustrator;
import com.adobe.illustrator.*;
public class ApacheFXGIllustrator
{
public static function run():void
{
var app:Application = Illustrator.app;
//your Illustrator code here
}
}
}