Copy link to clipboard
Copied
I have over 100 AI files with multiple layers in each. For each of those files, I need to export every individual layer as its own .svg file.
Is there a way to create an action to accomplish this? Or does anyone know of a script?
Thanks!
Copy link to clipboard
Copied
Hi,
There is a a script MultiExporter.jsx, which gives ample of options to export. You can have a look
https://gist.github.com/TomByrne/7816376
Copy link to clipboard
Copied
I will look into that immediately! Thank you!