I am trying to use the folling script but i want to do it in silent mode.
I also want to make it print out on the users desktop and make the name CoverSheet.PDF
I have tried a couple of ways with no luck.
var pp = this.getPrintParams();
pp.interactive = pp.constants.interactionLevel.automatic;
pp.printerName = "Adobe PDF";
this.print(pp);