Skip to main content
Inspiring
October 19, 2022
Question

Speed up Illustrator execution

  • October 19, 2022
  • 1 reply
  • 578 views

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.minimizeAll

It seems there is also no option to disable window redraw in Javascript ...

What options are available to speed up processing? 

 

Thanx

 

 

 

 

 

 

 

This topic has been closed for replies.

1 reply

femkeblanco
Legend
October 19, 2022

You could try the suggestions here .

tmmlsAuthor
Inspiring
October 27, 2022

Thank you for sharing your feedback. Currenlty I'm using ...

 

app.executeMenuCommand('preview');

 

to change the view to ouline ...