I need to save artboards as SVG:s. The reason I want to script it is because of all the manual labor required to use the built-in Save As... / Save a Copy method is cumbersome and mistake-prone, and won't cut it in my current environment.
Now, judging from the documentation, I can use exportFile with ExportOptionsSVG. Problem is, it exports the entire document, not the individual artboards. I know the GUI Save As... functionality can save by artboard, but in the scripting environment there are no SVGSaveOptions class to go along with the saveAs function.
Am I screwed?