-
Retain Layer Sizes script
I’m trying to create a script that opens up illustrator files. But the imported layers have comp size. I used this :
// Import options var importOptions = new ImportOptions(file); importOptions.importAs = ImportAsType.COMP;
. Any help ?