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

Script Java for batch Packages in Illustrator

Participant ,
Apr 19, 2021 Apr 19, 2021

Copy link to clipboard

Copied

Hi, 

I'd like to automate packages multiples files in Illustrator, each packages in separate folders, does someone have idea for it, what is the command to Package ? 

As I can see you can : 

save as 

activeDocument.saveAs(destinationFile, options);

export 

activeDocument.exportFile(destinationFile, type, options);

with  type = ExportType.JPEG; or PDF for example, 

but I didn't find something to made Package ?

Thanks,

Christian

 

 

 

 

TOPICS
Scripting

Views

265

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 ,
Apr 19, 2021 Apr 19, 2021

Copy link to clipboard

Copied

there isn't a "package" function, but you can collect the files you need yourself

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
Valorous Hero ,
Apr 19, 2021 Apr 19, 2021

Copy link to clipboard

Copied

Best we can do other than that is to button-push using VBA or AppleScript, yea? Perhaps this could be even met half-way by using preferences to pre-populate the package destination folder (if possible).

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
Community Expert ,
Apr 19, 2021 Apr 19, 2021

Copy link to clipboard

Copied

oh yeah, SendKeys should work.

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
Participant ,
Apr 22, 2021 Apr 22, 2021

Copy link to clipboard

Copied

LATEST

OK, thanks for answers,

BR,

Christian

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