Mobile app version of vmapp.org
Login or Join
Kaufman565

: Illustrator variables / data-driven documents: how to batch-export one file for each data set? With the Variables window in Illustrator you can make something a bit like a data-merge document

@Kaufman565

Posted in: #AdobeIllustrator #Automation #BatchProcessing #DataMerge #InformationGraphics

With the Variables window in Illustrator you can make something a bit like a data-merge document with lots of variants for different records (InDesign’s data merge is usually better, but I have to use Illustrator for this, for other features that are in Illustrator and not in InDesign).

After setting these up, you get an Illustrator document with a drop-down menu in the Variables window that lets you switch between different many variants on a template.

How do I turn this into lots of static files (or a static file with lots of artboards), similar to the Create merged document option in InDesign?



Some handy links on Illustrator variables / dynamic documents:


Adobe help page
Video tutorial (someone asks my question in the comments, but there's no answer)
Tutorial by Creative Mac




Example. Say, you’ve done the following steps in Illustrator, creating a dynamic document with variants:


Create a chart with the graph tool, put some data in it.
Open Variables window, select the chart, click Make Graph Dynamic and create a new graph variable.
Capture data set from the variables flyout menu.
Save variable library as XML.
Put data in the XML – e.g. for testing you could just open the XML in a plain text editor, find the chunk from <v:sampleDataSet to </v:sampleDataSet>, and copy and paste it a few times, varying the data values and dataSetName.
Reload the new XML variable library from the variables flyout menu.


You now have a drop-down menu that lets you switch the chart between each data set you created.

Let’s say there were 1,000 variants. How would you turn this into a directory of 1,000 separate files (any format: PDF or AI are both fine) with filenames based on the data set name, without manually switching and doing Save as each time?



I'd have thought there would be an option, like InDesign Data-Merge’s Create merged document, but I can’t find one anywhere. Failing that, I'm sure that Actions should be able to do this, but I can't figure out how. If not Actions, maybe a script can do it.

Or if that’s not possible directly, is there a way to make one mega-file with an artboard for each data set (which can then be split into separate files)?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Kaufman565

1 Comments

Sorted by latest first Latest Oldest Best

 

@Jamie315

Yes, the data set exporting is very well tucked away.



To export the data sets into pdf's you need to do this:


Make a new action where you simply save a pdf document.
Then from the corner menu in Actions window, select Batch...


You should:


Select the action you just made
Select source: Data sets
and Override action "save" commands.




Then press ok.



I have never used this for thousands of pdf's, so I'm not sure how long it'll take, but that should do the job.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme