Quote:
|
Originally Posted by kbphoto The batch command was what was needed for the mutiples pages (looping).
I tried doing the seperate printers, but photoshop doesn't print right (it remembers the last printer used not a specific one) that info is not recorded in the action.
The next thing is how to have the action print to a certain printer and with certrain settings and partal pages produce errors.
Being very specific with what I am trying to do:
-Take a bunch of pictures (say 30) from a specific folder and make 4 up contact sheets.
-Then apply an action to each page (that places copyright info over the contact sheets.
-Then prints each page at high resolution on a certain printer.
-Lastly close the pages with out saving them.
I now have two problems left:
-Printing to a certain printer with specific settings.
-If a page only has two pictures on them (the last page not being full of pictures) an error comes up because it can't do everything in the action. Is there a way to supress the error and continue the rest of the action?
Jeff |
Hi Jeff:
Looks like we're making progress a few inches at a time.
I now have two problems left:
(1) Printing to a certain printer with specific settings.
Have you tried this: Record a File > Page Setup command at the beginning of the action. This will allow you to specify printer/printer settings when the action plays. Settings are not stored (not automatic/hands off), but at least you'll get the right printer/settings. I believe it will carry through for actions that follow, but maybe not... You may have to add additional steps to print a "blank page". See steps 1a, 1b below.
If this does not work your recourse may have to be inserting a STOP command at the beginning of the action that reminds you to change the default printer via Windows (while the PS batch is running) and another STOP command to remind you to set the default printer back when the contact sheets are printed. Not exactly full automation, but may be the best you can do with actions. I don't have a multi-printer setup, so I can't be sure.
(2) If a page only has two pictures on them (the last page not being full of pictures) an error comes up because it can't do everything in the action. Is there a way to supress the error and continue the rest of the action?
In a script, yes, errors could be suppressed and the script could be continued. Actions don't have the built-in smarts to ignore errors. But there should be a way to process all images using actions regardless of how few/many there are. See following.
Three actions should do it:
1. An action that executes a Page Setup step, a File > Automate > Contact sheet step and steps that invoke the following two actions via Batch commands
1a. Create a new blank document.
1b. Print blank document = this printer/settings will be the ones
PS "remembers" for subsequent action below.
2. An action that applies the copyright info to a contact sheet. (Different ballgame if you meant applying a copyright to each image in the contact sheet, but still doable.)
3. An action that prints and closes each contact sheet w/o saving.
In other words here's what the action would look like (each * represents a step):
Action 1: Create and Print Contact Sheets
* Set Page Setup of current document (File > Page Setup...). This is where you specify printer + paper type and orientation, print quality, etc.
* Create Contact Sheet II (File > Automate > Contact Sheet II). Contact Sheet II, where you specify the source folder in the CS II dialog). Destination is
PS Window.
* Batch (using action=Action 2: Apply Copyright). Source: Open Files. Destination: None. These settings will leave them there when done. In this action you apply the copyright info to the open contact sheets in the
PS Window.
* Batch (using action=Action 3: Print Contact sheets). Source: Open Files. Destination: None. In this action there are two steps: Print and Close w/o saving. This will print the contact sheets w/o saving them.
Specifying the printer/printer setup & specification of image source folder would occur within the first 2 steps
RE: partial pages produce errors
When images are processed by actions invoked by Batch commands,
PS will process all image files regardless of how many or how few there are... full page or not.
Since I don't have your action, I can't speculate why it's failing. If you want to send it to me via e-mail attachment, I'll be glad to take a look:
dannyraphael AT yahoo dot com
~Danny~