When you use the Print command in an action or to batch an action in Adobe Photoshop CS4, your images do not print.
To process and print your images using the Automate > Batch command, embed this new print action into another action that processes your images, and choose that processing action in the Batch dialog box.
Paper type is one of the properties that is not accessible by the Actions or scripting system.
To turn off the Page Setup dialog box, you may want to edit the script as such:
app.bringToFront();
var myDoc = app.activeDocument;
myDoc.printOneCopy();
- Download source2.jsx
Keywords:
cpsid_49122

