Question
Custom Dialog to Print Dialog
What I am hoping to do is have a dialog that pops up and asks what branch you would like to print. When selected you click ok and it delivers you to the print dialog box with the presets filled out ie:
app.activeDocument.printPreferences.pageRange = "1,2";
app.activeDocument.print();
but I am having trouble running these two lines from onClick event on the print button in the custom dialog.
Why: I have a large file with many pages of branch info and a front cover. I would like the Jr. designer to be able to print page 1 and 13 as that is the info for the specific branch without having to find the page manualy.
Any help is much apprecited.
