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

Save as SVG

New Here ,
Jun 15, 2023 Jun 15, 2023

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.

TOPICS
How-to , Import and export , Scripting

Views

336
Translate

Report

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

Votes

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

Copy link to clipboard

Copied

Have you come across the MultiExporter script?

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

Votes

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Report

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

Copy link to clipboard

Copied

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.

Votes

Translate

Report

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