Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Speed up Illustrator execution

Contributor ,
Oct 19, 2022 Oct 19, 2022

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

 

 

 

 

 

 

 

TOPICS
Performance , Scripting
547
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Guide ,
Oct 19, 2022 Oct 19, 2022

You could try the suggestions here .

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Oct 27, 2022 Oct 27, 2022
LATEST

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

 

app.executeMenuCommand('preview');

 

to change the view to ouline ...

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines