Skip to main content
February 9, 2011
Question

Export SVG in Indesign CS5?

  • February 9, 2011
  • 2 replies
  • 13070 views

hi,

i know that adobe canceled svg support for indesign at cs3. but it's really important that i find a way to export svg by scripting. has someone a tip? plugins for this are no solution.

thanks in advance!

This topic has been closed for replies.

2 replies

Inspiring
February 10, 2011

Check this out:

http://svg.scand.com/

February 9, 2011

Hi baerbel69,

Well...it's not simple, but you could write a script that would traverse the objects you want to export, then write SVG based on those objects. SVG is XML, so it's just text, and scripts are great at writing text files. The way that paths, path points, etc., are specified in SVG is quite similar to the way they're constructed in InDesign.

It's a solution. Whether it's a practical solution or not depends on you and your needs, and also on the complexity of the objects you need to export.

Thanks,

Ole