Skip to main content
Participant
June 15, 2023
Answered

Save as SVG

  • June 15, 2023
  • 1 reply
  • 422 views

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.

This topic has been closed for replies.
Correct answer Doug A Roberts

Have you come across the MultiExporter script?

https://gist.github.com/TomByrne/7816376#file-multiexporter-jsx

1 reply

Doug A Roberts
Community Expert
Doug A RobertsCommunity ExpertCorrect answer
Community Expert
June 15, 2023

Have you come across the MultiExporter script?

https://gist.github.com/TomByrne/7816376#file-multiexporter-jsx

Participant
June 15, 2023

This is great however is there a way of batching multiple files?

Doug A Roberts
Community Expert
Community Expert
June 15, 2023

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.