Photoshop :: Using (save) Action To Save To Directory?

Oct 26, 2013

I'm trying to make an action that would perform some operations on images and save them to two different folders (as PDF and as JPG). Here's what my action looks like:

I make a droplet out of this action, and run it on a directory with a bunch of jpg files. However, all files are saved the same two locations: "archivepages_c.pdf" and "archivejpeg600pages_c.jpg".

View 2 Replies


ADVERTISEMENT

Photoshop :: CS6 Action (Save As A Jpg) Despite Other Format Save As In Action?

May 8, 2013

needs to overlay a grid over a photo and then save it as another file.  In CS5.5 or earlier, no problem, but in CS6 it is not working for either of us. 

The batch action (run from either Photoshop or Bridge) stops and prompts at the Save command every time no matter what format we save it in (psd, png, jpg, save for web, etc.).

I have been through the Web and the Adobe Forums and cannot find a work around for this.  He cannot just hit enter everytime the popup window comes up because he has over 2700 photos to put this grid on.

View 2 Replies View Related

Photoshop :: Override Action (save-as) Command With Save For Web Batch Processing?

Jul 6, 2013

I've created an action that uses the save for web dialogue to optimise images for the web. When I use the batch command to process a full folder of images, even though I have "Override action "save as" command" checked, it ignores this and still uses the location that was used when the action was created.
 
Apparently this is a known issue in CS6 and previous versions but whether this has been fixed in Photoshop CC?

View 7 Replies View Related

Photoshop :: Can't Save To Network Drive When Using Save For Web In Action

Jan 16, 2013

I have created an action where I do some stuff with the picture and then I save the file to a shared network drive while using the "Save for Web" function. While recording the action everything works fine but when I run the action I got a error that Photoshop can't save the file because the Path does not exist / Is unavailable. It is stuck while he want's to run the "Save for Web" part of the action.
 
I tried the mapped path (Z:files...) and the UNC path (\fileservusersdjametfiles...) but both did not work.I am using Photoshop CS5 and Windows 7 Professional (64Bit).

View 4 Replies View Related

Photoshop :: Save To Web Directory Name Is Not Valid Error?

Jul 6, 2013

I was trying to spare some room on my C: drive so when I went to save for web last time, I decided to save the images and html on D: drive instead of C:.    Ever since then, when I go to save for web I get this error message: "Could not complete this operation.  The directory name is not valid".   I even uninstalled PS and reinstalled it to see if the factory default settings might override whatever I screwed up!

View 28 Replies View Related

AutoCAD Inventor :: Save Flat File To Specified Directory?

Sep 23, 2011

I am trying to use this code to take the flat pattern and save it to a specified directory ("X:Burn Files" ) but I can't get the path to work. I can save the file just fine but not where I would like it to go. 

Public Sub WriteSheetMetalDWG()
    ' Get the active document.  This assumes it is a part document.
    Dim oDoc As PartDocument
    Set oDoc = ThisApplication.ActiveDocument
    Dim oCompDef As SheetMetalComponentDefinition

[code]...

View 1 Replies View Related

AutoCAD Inventor :: Selecting Save As Directory With ILogic?

Oct 25, 2012

I am making some iLogic automated parts which I want to save when I place them in an assembly.

Now I have the folder the file needs to be saved in allready specified in the simple code I wrote but I want to be able to browse the folders to select a specific one.

I run the code by activating it in a Form that pops up when you place the part in an assembly.

The simple save as code I wrote is as following:
 
Workspace = ThisDoc.WorkspacePath()If System.IO.File.Exists(Workspace & "Parts" & "Cable Tray-" & Partnumber & ".ipt") = True Theni = MessageBox.Show("The partnumber you chose is allready in use, choose an other number.", "Save Error", MessageBoxButtons.OK, MessageBoxIcon.Hand, MessageBoxDefaultButton.Button1)Else If System.IO.File.Exists(Workspace & "Parts" & "Cable Tray-" & Partnumber & ".ipt") = False ThenThisDoc.Document.SaveAs(Workspace & "Parts" & "Cable Tray-" & Partnumber & ".ipt", False)End If
 
How I can browse the folders to select the folder to save the part in when placing the part?

View 9 Replies View Related

Illustrator Scripting :: Save A File That Is Already Open In Same Directory With Different Name

Nov 7, 2013

I'm trying to create a script to save a file that is already open in the same directory with a different name.
 
Example: nome_0000_art to nome_0000_closed
 
I tried to create from another script that saves EPS but as I am new to the subject could not make it work
 
how do I perform the command saveas automatically without showing the dialog window by changing the file name?

View 7 Replies View Related

Photoshop :: Action: Save As

Apr 25, 2008

I have a question about actions.

When I create an Action that involves File, Save As.. it hardcodes the directory name I was using during recording. I want it to use the same directory as the open document. Is there a way to do this?

I.e., when I record the action on the file /path1/xyz.psd, and then try to run it on /path2/abc.psd, it will save the document abc.psd in /path1 rather than /path2.

View 5 Replies View Related

Photoshop :: 'Save For Web' [Action]

Mar 5, 2004

when I use the 'Save for web' option, choose 'gif 128 Dithering' and click on the save-button, PS wants to save an html-file (like slices in Imageready).
When this occurs I have to rename the file-extension into gif and choose 'pictures only'.

This sometimes becomes a problem with actions and batch-processing.

For example: I've made a simple action which resizes all pics to 180 pixels and saves them as gif for web. This action stops, when the 'save for web' option wants to save the file as html.
I want the gifs to have the same name as the original file, so I can't just name them pic001, pic002 and so on.

Has this something to do with the original files being bmp's?

View 5 Replies View Related

Photoshop :: SAVE Action

Nov 29, 2006

Im trying to record a SAVE action.

After I have done my adjustments to an image, I usually click the X

View 2 Replies View Related

Photoshop :: Action File Save

May 11, 2012

Working from Lightroom in PS - trying to record action to simply flatten layers and File Save back to Lightroom. PS records specific file path of original image used when action was recorded. Is there a way to eliminate this specific path?

View 1 Replies View Related

Photoshop :: Stop Action In Save For Web

Feb 10, 2009

Is it possible to insert a "stop" in the action for save for the web, just before actual save. Basically i want to be able to name my file manually (use distinctive names), but just to automate the picture size option and quality (which don't change). I know that i can write an action for an image resize and than save it with my desired file name, but i was wondering if i can do it all in "one shot" without the altering of original image.

View 1 Replies View Related

Photoshop :: Save An Action To File

Feb 25, 2009

I've got Photoshop CS4 and have created an action. However, for the life of me, I can't figure out how to save the action to a file so I can share it with others. The action converts a PSD to JPG and exports it for the web. How do you save an action so you can share it? I don't want to share all of my actions -- just this one.

View 1 Replies View Related

Photoshop :: Save As JPEG Action

Aug 7, 2009

I am trying to create an action that will, take the photo i am working with, change from 16 Bit to 8 Bit, and then save as a jpeg in the folder that the RAW file is saved. I have tried to set it up but i cannot figure out how to make the photos save in the right folder. i.e they always save to the folder that was used during the recording of the action.

View 2 Replies View Related

Photoshop :: Making A Save Action

Aug 5, 2004

Using PS7 I need to make an action that allows me to type in a different name each time when saving a file. ... this is basic but I just can't seem to get it.

More detail is... I have a .psd file that gets changed and then saved from 5 to 15 different ways to another computer on a network. The problem is being able to save the file as a number from "500" to "1299." Is there another way to do this without having an action for each number?

View 9 Replies View Related

AutoCAD 2013 :: Save A Drawing By Save / Save As And Ctrl+s It Works As Qsave

Dec 15, 2013

I use autocad architecture 2013 and it works just fine until the save turns to qsave whenever i want to save a drawing by save, save as and ctrl+s it works as qsave..how can I turn it back to SAVE ?

View 9 Replies View Related

Photoshop :: How To Change Save To Destination Within Action

Aug 2, 2012

I made an action that does a bunch of stuff, and then saves as to a folder. How do I change the save to destination within the action? Every so often I need to save to a new location.

View 2 Replies View Related

Photoshop :: How To Save Action Attributes As Text

Apr 16, 2012

I'd like to save certain action attributes as text to archive along with adjustment files for archived image group adjustments. how to copy this to clipboard as text?

View 8 Replies View Related

Photoshop :: CS5 - Action Is Not Running Automatically While Trying To Save PDF To JPG?

Apr 3, 2013

My Problem in Photoshop CS5: Action is not running automatically while I trying to save PDF to JPG, in the batch process:

Followed following steps:

Opened PDF fileCreated new auction (F2)Flatten imageSave as JPGClose fileTo Run Batch:

Opened Batch dialogue boxSelected set/action nameSource: selected as “Folder”Directed location using “Choose” buttonAnd no selected any check boxes under the “Choose” buttonClicked “OK”  Now all the PDFs are opened one after another but not execute the selected action.

View 5 Replies View Related

Photoshop :: Addition Of Copy On Action Save

Apr 13, 2008

This wasn't happening before, but now, every time I use a 'save' action, "copy" is inserted after the filename even if no other image with the same filename/extension is in the folder.

I don't know how to attach an image of my action, but would be happy to send a jpg via email if any one wishes.

View 5 Replies View Related

Photoshop :: How To Remove Path In Save As Action?

Jul 20, 2009

I have some deifned actions in CS4. At one point I would like to save the file at a pre-defined quality. When I record that Save As part it also stores the path where to save the file to. I would like to remove that path. How can I do it?

View 6 Replies View Related

Photoshop :: Save For Web In Action, Resize Image...

Nov 26, 2008

i create an action with a save for web command, i change the image size to 400x400 pixels. But when i run the action on a larger or smaller image the image size will change proportionatly. Not 400x400pixels. If i add to the action before i save for web to resize the image through the menu commands i end up with lost resolution.

View 13 Replies View Related

Photoshop :: Save A File In A Certain Format Through An Action?

Sep 16, 2005

way to save a file in a certain format through an action?

Like I want an image to be always saved in tiff when I run an action.

View 9 Replies View Related

Photoshop :: 'Save As' In CS3 Action Doesn't Change...

Aug 15, 2008

I just re-built my PC with Vista x64 and re-installed PS CS3 from scratch upgrading to 10.0.1 from the auto update. I need this for LR2 to integrate.

Since the re-build (I was on XP x64 previously) one of my actions which includes a 'Save As', which saves the image to a specified directory and as a JPG (not the directory the image opens from), is unexpectedly displaying the 'save as' dialog, waiting for manual input. This opens on the source image directory, suggesting it's ignored the suggested destination path, and it suggests the PSD file type rather than JPG as suggested in the action. It seems to be looking for input simply because it thinks I'm trying to overwrite the original image file.

View 1 Replies View Related

Photoshop :: Save As Action / Resize One Image To 4 Different Sizes

Aug 10, 2012

I am trying to resize one image to 4 different sizes. So far I have an action created to do all of this, with only one minor problem. Whenever it saves the images, they are always saved as the wrong file name. I was wondering if there would be a way to keep the original file name, but then add a suffix to it- all within the action.
 
If it's not possible to automatically add a suffix, how do I keep the original file name when it's saving within the action?
 
I found an older post (URL...) that was very similar to what I'm trying to accomplish, but the question was never fully resolved.

View 3 Replies View Related

Photoshop :: Save As Folder Pathname In Action Not Stable

Nov 13, 2013

Basically, my action processes a picture in different ways and saves each version in different folders within a main folder on the desktop. The action works fine but as soon as I rename or delete the main folder, the change is reflected in the action which forces me to re-record the "save as" parts of it. I would like to use the same folder structure since I have duplicates of it. 
 
Is it something new in PS CC or specific to the Mac OS (Maverick)?

View 5 Replies View Related

Photoshop :: Was CS5 Save-as Action Truncating File Name Bug Fixed In CS6

Jun 5, 2012

I've run into the Photoshop CS5 bug whereby an action with save-as truncates the filename (and adds " copy"). 
 
For the original bug, see for example:
 
[URL]......

View 6 Replies View Related

Photoshop :: "save As" Becomes "save As A Copy" In Action

Jul 14, 2005

I've got a couple of actions that do various things and then as a last step do a "save as" (without a dialog). They work just fine on MOST images but on just a couple of images when they get to the "save as" step I get a dialog and the "as a copy" box is checked. It happens on the same images every time so it must be something about those particular images but I can't figure out what it is.

View 5 Replies View Related

Photoshop :: CS5.1 Not Working While Using Save / Save As / Save For Web Options?

Oct 22, 2013

I am facing problem while using Save / Save As / Save for web options in my Photoshop. On clicking Save / Save As commands, my photoshop gets closed abruptly and I am losing all data. If I choose Save for Web option, the file Save dialog box appears and when I click on the 'Save' button, the application gets closed abruptly.
 
It was working fine yesterday. My version is bundled in the Technical Communicator suite 3.5 and I faced some problems with Adobe Acrobat, for which my IT team took support from Adobe and got it resolved just two days ago. (Case ID - 184809966)

View 10 Replies View Related

Photoshop :: How To Change Save-to-web Action To Not Overwrite Existing File

Aug 30, 2013

I have created an action script where I change the color of the objects in a photo and then have the action automatically save for web as a PNG-24 image. My issue is that the save for web continually overwrites the existing file at that location. Is there anyway to prevent this from happening?

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved