Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
3

Save as SVG

New Here ,
Jun 15, 2023 Jun 15, 2023

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.

TOPICS
How-to , Import and export , Scripting
423
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Jun 15, 2023 Jun 15, 2023

Have you come across the MultiExporter script?

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

Translate
Adobe
Community Expert ,
Jun 15, 2023 Jun 15, 2023

Have you come across the MultiExporter script?

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 15, 2023 Jun 15, 2023

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 15, 2023 Jun 15, 2023
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines