Script for printing out multiple PDFs with different layers
Hi
im not much familiar with illustrator scripting languages, but i thought maybe i could ask if this kind of procedure is even possible in scripting.
I have ai files for different garments of clothing for example.
in the file there are the following layers>
Info
outline XS
outline S-M
outline L-XL
design XS
design S-M
design L-XL
the layer names stay the same in all files
would it be possible for a script to print the layers in the following way:
1) Prompt the user which sizes he wants to print ( tick a box for example?) + ask to add a prefix for the file.
2) use print preset "x"
3) 1st pdf: only layers: info, outline xs, design xs, named prefix--xs
2nd pdf only layers: info, outline s-m, design s-m, named prefix--s-m
3rd pdf: only layers: info outline l-xl, design l-xl, named prefix--l-xl
pdf-s can be placed in the same folder as the source file
is this possible, if not, could this be done via a plugin?
