Illustrator ExtendScript Printing Problem - The Color Management settings are inconsistent
I've searched, but cannot find anything applicable and I'm hoping someone here might know the answer. I have the following simple script to print a document to an office laser printer. When I run the script I get: "Can't print the illustration. The Color Management settings are inconsistent."
var doc = activeDocument;
printOptions = new PrintOptions();
printOptions.Preset = "dsl-paperwork_print_preset";
printOptions.printerName = "office-mfc";
doc.print(printOptions);When I print directly from Illustrator using the same printer preset, the document prints perfectly. Any help or suggestions are greatly appreciated.
Thank you,
Larry
