Page 1 of 1

Illustrator Package

Posted: Mon May 15, 2023 10:28 am
by Erazor
Hi there,

Does anyone know how to use the menu command "Package Menu Item" in an Illustrator script in an Illustrator Switch configurator to create an outline AI file and then package the same file with the menucommand "Package Menu Item"?

Re: Illustrator Package

Posted: Mon May 15, 2023 12:08 pm
by Padawan
This is a list of Illustrator commands which you can use in scripting:
https://ten-artai.com/illustrator-ccver ... mands-list

As you can see, the package command is not in the list. It is necessary to do all the separate steps in scripting. So the script should get the list of links, place them in a folder, get the list of fonts, place them in a folder. (I also don't think the Illustrator scripting api has access to the font files, so this won't be possible with just Illustrator scripting)