var opt = new PrintPostScriptOptions(); var printOpt = new PrintOptions(); opt.negativePrinting = true; printOpt.postScriptOptions = opt; //app.activeDocument.print(printOpt);