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

Package Illustrator file

New Here ,
Jul 27, 2017 Jul 27, 2017

Copy link to clipboard

Copied

Hi

I want to package a illustrator file using "executeMenuCommand". I tried its trigger the dialog box for the further selection. I want to execute the command without the dialog box.

app.userInteractionLevel = UserInteractionLevel.DISPLAYALERTS;

app.executeMenuCommand ("Package Menu Item");

Thanks in Advance.

TOPICS
Scripting

Views

320

Translate

Translate

Report

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
Community Expert ,
Jul 27, 2017 Jul 27, 2017

Copy link to clipboard

Copied

LATEST

My guess is that you probably can't do this, though i've never tried. The problem is i don't believe you can pass arguments to the package command, so the package functionality wouldn't know what settings to use.

I had a thought that maybe you could use an action, but i tested that out and it doesn't work.

Depending upon your needs, a script may be able to mimic the functionality of the package command.

Votes

Translate

Translate

Report

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