Question
Speed up Illustrator execution
Hi,
With this post a question on speeding up script execution in Adobe Illustrator. What are the available options?
It seems in vbscript there are no options to minimize the application window. This doesn't work ...
Set AppRef = createObject("Illustrator.Application")
AppRef.minimizeAllIt seems there is also no option to disable window redraw in Javascript ...
What options are available to speed up processing?
Thanx
