Copy link to clipboard
Copied
Hi,
I'm after an ilustrator script that will save layers as individual svg files.
Example:
File is called Test and each layer is called Layer 1, 2, 3.....
It would save individual SVG files called <Files Name> Layer 1.svg, <Files Name> Layer 2.svg, ......
Thanks for your help.
Have you come across the MultiExporter script?
https://gist.github.com/TomByrne/7816376#file-multiexporter-jsx
Copy link to clipboard
Copied
Have you come across the MultiExporter script?
https://gist.github.com/TomByrne/7816376#file-multiexporter-jsx
Copy link to clipboard
Copied
This is great however is there a way of batching multiple files?
Copy link to clipboard
Copied
Well you can run scripts using Actions, and Actions can act on batches of files.
See instructions on batch actions here:
https://helpx.adobe.com/uk/illustrator/using/automation-actions.html
You can add scripts to an action using the Insert Menu Item option.