Scripting syntax
I'm having a lot of issues with the Javascript CS4 Scripting Reference for Illustrator. Not only is it full of typos, it is also not clear at times. For a case sensitive language, this is a headache.
For example, on page 45 for EPSSaveOptions properties:
-Is the correct syntax for a property like "overprint":
var saveOpts = new EPSSaveOptions();
saveOpts.overprint = PDFOverprint.PRESERVEPDFOVERPRINT;
or simply
saveOpts.PDFOverprint.PRESERVEPDFOVERPRINT;
-Also, in the Save As Illustrator EPS menu, there are various options under Transparency>Preset (and a window pops up with further parameters that can be set such as Raster/Vector Balance. Can those also be set via script?
Thanks.
