Mobile app version of vmapp.org
Login or Join
Turnbaugh909

: How can I use “Save For Web” in a Batch Action and save new files in their original files folder using Photoshop CS? Let me explain the title a little further. What I have is a series

@Turnbaugh909

Posted in: #Actions #AdobePhotoshop #BatchProcessing

Let me explain the title a little further. What I have is a series of PDF files in a series of folders --

Parent Folder
  -Child Folder
     --PDF file
     --PDF file
  -Child Folder
     --PDF file
     --PDF file

What I want to do is open each of those PDFs in Photoshop, and then Save For Web as a jpeg with a series of options (i.e. Blur: 0.192, Quality: 35, etc).
I've already created an action that opens a file as PDF generic with a specific resolution and height, and then an export action of Using: Save For Web, Operation: Save, etc.

Unfortunately, to complete the creation of the Action, I needed to save the file, and the "Export" action now has a path ("In: T:..."). What I want to do is run that Action I created; when doing so it processes all the PDFs and creates JPEGs just fine, but all the files are saving to the same folder that I saved the file to when I created the action. This is a problem as there are non-unique filenames here and there, and what I need is for each of these files to save to the subfolders in which their PDF counterpart lives.

Was I wrong in choosing to do the "Export" in the action? Any help or guidance is extremely appreciated.

NOTE: I am using Photoshop CS 1, I do not have the option to use any of the more recent versions.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Turnbaugh909

2 Comments

Sorted by latest first Latest Oldest Best

 

@Jennifer810

PS CS1 or PS 7? I had to look up old reviews to remember the feature set. Bridge, which unfortunately didn't ship until CS2, has a script called "Image Processor" that makes this easy -- it allows you to override the Save location in the Action.

In 7 or CS, I think your best option would be to toggle on the dialog for the save command in your action click the little blank square beside the checkbox), so you can manually provide the save directory using a Paste keyboard shortcut.

Memory is dim, but you may find your Save for Web option you're looking for is available only if you run the action in Image Ready.

10% popularity Vote Up Vote Down


 

@Michele215

When it comes to managing files, batch actions are a blunt instrument. It is, at its core, single source and single destination designed to facilitate non-complex transformations. If you require digging through a folder hierarchy and saving to the same locations within that hierarchy, then you need to move over to scripting, which would be Applescript for the Mac and Javascript for Windows or cross-platform functionality. That would be an entirely separate discussion outside of simply providing you a script for you to insert your own transformation code.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme