Java script to show/hide layers and export as DFX and PNG
Hi Everyone.
I am working on a project that requires me to export 4 layers from an illustrator file, 1 into DXF format and 3 into PNG format. I can do this using actions (not hiding and showing each layer) but I'd prefer to be able to do it using a script as it is something that is required with each file and there are numerous files to do.
The 4 layers are called A, B, C and D. Layer A needs to be saved as a .DXF file to a certain specification and the file name to be "filenameA.dxf". Layers B,C and D need to be saved as .PNG files to certain specification and the file name to be "filenameB.png" etc. The files can be saved to a local drive in the same folder and then moved after. Thank you for taking time to read my post and I hope to hear from you soon.
