Illustrator Scripting - Exporting As Wmf Or Calling Plugin
Hello. I've been trying to utilize the Illustrator CC scripting (ExtendScript) to automate some things; namely user input color revisions. I'm presented with two main problems:
1. To truly automate this I'd like to be able to pass information from my database queue to the JSX script. I'd fiddled with VBScript but the passed arguments always come in as undefined when attempting to read. Is there a better way? Preferrably to pass from a .NET console application to the script.
2. The main issue: I cannot export my altered AI file as a WMF. The documentation shows that this isn't one of the exposed export types, but I'd really like to see if this is available? (outside of the plugin sdk)
3. The last issue is really a possible alternative to #2. I have a plugin that helps export as a wmf. Can I use a script to call that existing plugin?
I appreciate any feedback you can offer.
