Hi,I am using Acrobat Professional 8. I have written the below javascript in the mouse-up event of a print button.app.alert({ cMsg: "Please ensure your printer is set to A4.", cTitle: "Printer requirement" });this.setPageRotations(0,0,180);var pp = this.getPrintParams();pp.interactive = pp.constants...