Creating Action to Save a Copy at Ill 8?

Illustrator v8 is the magic version for nearly all current 3D applications in the world. Anytime I want to import a vector spline into a 3D app, it'll always want it as a v8 Illustrator file.
I'm trying to create an Action that'll automatically save a copy of my current open document to v8. But Actions doesn't seem to record any of Options panels when saving a file.
Any ideas how to do this?

Nope. Seems like the Action recorded the location and name of the dummy file I saved when recording the Action.
Anytime I play the Action, it saves a copy to that same folder with the same name.

Similar Messages

  • Can I create action to Save As...  and change only one character of the original file name?

    I'm working on a group of  files(25-28) at a time. I have to save each one as a photoshop .raw file and change the first character of the file name. the rest of the file name must remain the same. I then close the original file with no changes. I tried to create an action for this. The only problem is that the next file overwrote the file I used to create the action.  Is it possible to creat an action to save as... and keep the file name of the new file but chage the first character to the same one used in the recording?

    Good day!
    I think what you are describing is not possible with Actions.
    Scripting would be an option, but more convenient might be simply saving the files with unchanged names and then edit the names of  the whole bunch in Bridge in one go (Tools > Batch Rename).
    Regards,
    Pfaffenbichler

  • Creating actions to save files

    Hello all,
    I want to have an action that takes the input file and creates a JPEG for web and places it in the same folder that the input file is located.  Is this possible? Normally, when creating an action to Save for Web, it will save the file in a single specific location, but I need to have it save to whatever folder the original file is in, no matter where that file is.
    Secondly, is it possible to make the action add text to the end of the filename?  I would like it to add the text "-web" to the end of the file.
    I hope that's clear, let me know.  Thanks for your time, everyone.

    This is where a script comes in.
    This should do it...
    #target photoshop
    function main(){
    if(documents.length){
    var newName = decodeURI(activeDocument.name).match(/(.*)\.[^\.]+$/)[1];
    newName = newName +"-web.jpg";
    var saveFile = File(decodeURI(activeDocument.path) +"/"+ newName);
    if(saveFile.exists){
    var result = Window.confirm("This File Exits!\nWould You Like It Overwritten?", true, "File Exists");
    if(!result) return;
    saveFile.remove();
    SaveForWeb(saveFile,80); //Change quality to suit
    main();
    function SaveForWeb(saveFile,jpegQuality) {
    var sfwOptions = new ExportOptionsSaveForWeb();
       sfwOptions.format = SaveDocumentType.JPEG;
       sfwOptions.includeProfile = false;
       sfwOptions.interlaced = 0;
       sfwOptions.optimized = true;
       sfwOptions.quality = jpegQuality; //0-100
    activeDocument.exportDocument(saveFile, ExportType.SAVEFORWEB, sfwOptions);

  • Need action to save a copy with original file name with suffix

    Hi All,
    I am using photoshop 7 (yeah its old, but working fine for me for general purposes). The problem is I have got this new task where I have to provide 3 copies of the same image but with different portions of it. I have several images (.jpeg) which I need to crop two parts of the image and save as two new image files. The requirement is that I need the copy images to bear the same name as the original and with a suffix to identify which cropped portion of the image is it. example, original file name is AB1001.jpg (1600x1200), 1st cropped image name to be AB1001_P.jpg (200x250) and the 2nd cropped image name to be AB1001_Q.jpg(100x180). I have around a 180 files, so need to do it in a batch, pls suggest how can it be done.
    Any help in this regard is much appreciated.
    Regards
    Chhuppa Rustam

    While a script would probably be best, photoshop 7 requires
    you download a scripting plugin which may or may not install
    in photoshop 7 depending on your version.
    You can probably do what you want with actions. The file naming part
    is not hard, but i have a couple of questions about the cropping.
    Are all the images the same size and are the crops in the same position for each?
    In other words on the P crop (200x250), is the crop in the same position on each
    image or different for each?
    MTSTUNER

  • Creating Action to automatically set guides

    I've looked and can't seem to find a viable solution to my question.  I want to be able to create an action or something similar in PS (using CS4 currently) that will automatically set horizontal and vertical guides at .125 on all sides.  I can do this if I'm using a document that is always the same size (8.5 x 11) or something of that sort but I don't want to have an action for every possible document size I might be creating.  Can anyone help me?

    Nope. Seems like the Action recorded the location and name of the dummy file I saved when recording the Action.
    Anytime I play the Action, it saves a copy to that same folder with the same name.

  • How To Save Jpeg Copy As Action

    Hi - how do I create an action that saves my open image as a jpeg copy in the same directory as the original? Rather than save as export I am doing a straight 'Save As...' and then selecting the jpeg option. When you do this the 'save as copy' is greyed out. If I 'Save As..' but before changing to jpeg, whilst it is a PSD file I can select 'save as copy', then select the jpeg option. Whilst the box is greyed out it is still ticked. However it still does not save as a copy, but overwrite the original.
    Any clues? Using CS5.

    Hi.
    You can also use the keyboard shortcut Alt+Ctrl+S (save as copy) when recording the action to add copy to the name.
    There's an obvious one I missed. This solves a problem lurking in the action. Duplicate preserves the original name (plus "copy").  But the Save dialog will open to the spot recorded in the action. Not the source document folder. You might have to navigate to the right folder. So in this statement,
    The file should be saved to the same folder...
    needs a small correction. Change "should" to "probably won't".
    Using "Duplicate" severs the ties between the original document and the copy. Alt+Ctrl+S retains that link and the Save dialog opens the right folder.  If your Save step isn't conditional, the new file will be named Original Name plus "copy.jpg". So the action gets really simple.
    1. Ctrl+Alt+S. With Format set to Jpg.
    Thanks, MTSTUNER.
    Peace,
    Lee

  • Is it possible to save a copy of a PDF form created in Livecycle Designer ES3?

    Hey,
    I've created a form using the trial version of Livecycle ES3 however when I view the form I get this message:
    "you cannot save data typed into this form. Please print your completed form if you would like to keep a copy for your records."
    Is there a way around this/ is this just with the trial version? If I download the full version will the forms then be saveable?
    I don't want to send out the form to people unless they are able to save a copy as I think that this could cause issues.
    Answers much appreciated!

    If you use the File > Distribute Form this does allow recipients to save data entered into the form.  However, beware of the following points:
    1.  File > Distribute Form will take you through a process to gather information about your preferences for distribution including destination email addresses.  Once you have gone through this process, subsequently there is no option to change or reset any of the original inputs.  For example, if you wish to change the destination email address, you need to open the PDF in Acrobat Pro and go to Edit > Preferences and select the identity category.  The email address can be changed there.
    2.The File > Distribute Form, seems to make other changes to the PDF too, because it uses the email address entered when Distribute Form is first used, to submit the PDF by email.  If you have an email submit button in your form, like I did, this does not work any longer in Adobe Reader.  Clicking it now simply prompts to save a local copy of the PDF. The submit does work in Acrobat Pro, but this is useless for a distributed form.
    Paul

  • CREATE file, SAVE a copy on local mechine, UPLOAD a copy to remote server

    Hi all,
    I have a question to ask here, i am developing a pure java app (client/server) which hopefully can
    1) client > create a file (abc.txt for e.g) save a copy in local mechine,
    2) upload the file to remote server that currently connected (consider store in server?)
    3) than remove the copy in local mechine
    -OR-
    1) create a document with JTextPane, when click on "Save" button,
    2) the file will upload ( through ftp and created abc.txt in remote server)
    Is this possible with java application?

    Thanks,
    but do you have any idea,
    how these things can happend...
    perhaps i can get some concept from you...about the program design and how the flow of the program..that could make file tranfer...to remote server.
    regards

  • Action to "Save as JPG" always offers "foo copy copy.jpg" as file name

    When I use Photoshop CS4 "Save As", and then select jpg, it offers
    me to save my file, foo.psd as foo.jpg. No problem.
    I have prepared an action to "Save as JPG" but it always offers me
    to save as "foo copy copy.jpg". This is rather annoying as I'll have
    to get rid of "copy copy" portion every time.
    Any hints? Is it my action script? Is a "professional" version of
    such an action script available elsewhere?
    Thanks

    use save for web. you have more control and don't get annoyed by the stupid "copy copy" issue.

  • Trying to create an action to save to web

    When I create an action to save to web, it always saves the file name in the action. Every save after that creates a file to replace the previous one. The actions that came with AI CS4 save the file as the file name.
    How can I create an action to save to web as the file name of the open file?
    Dean

    Check the naming conventions in the save for web panel itself. Unfortunately they introduce their own redundant naming which may conflict with conventional save steps in the action...
    Mylenium

  • Upload failed your changes were saved but could not be uploaded because of an error. you may be able to upload this file using server web page. save a copy

    Hi All,
    upload failed your changes were saved but could not be uploaded because of an error. you may be able to upload this file using server web page. save a copy button.
    This is the issue which I am facing while working with SharePoint 2010. In a sharePoint 2010 document library I am having an excel file and I am trying to open it from Windows 7 and is office 2010.
    I cam e across few suggestion as mentined below but unable to find the location where to do
    Go to Resource Policies > Web >
    Rewriting > Custom Headers > (if 'Custom Headers' is not visible, click
    Customize on the right top to enable the view).
    Create a new policy with the Resource as <fully qualified domain name of the SharePoint server:*/*> (for example https://sharepoint.juniper.net:*/* ).
    Create the action as Allow Custom Headers.
    Apply the settings to the required roles.
    Please suggest.

    Hi rkarteek
    All things you have to do is as follows:
    1. Open regedit.exe
    2. Naviagate to following key:
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\14.0\Common\Internet]
    3. Click Edit Menu -> New -> DWORD with name of "FSSHTTPOff"
    (without quotes)
    4. Click on "FSSHTTPOff" and enter value of 1
    5.
    Close any Office Applications and browser sessions
    6. Try to reopen your document (no more read only or failure to upload)
    have a nice day!

  • Save a copy of an open .ai file as a pdf file with personal preset

    Hi all,
    I am currently working on the schematics of a quite big document and I am using Illustrator. I work on the .ai version of the figures but I want to save them in a very quick way as pdf files with personal setting (super compression, no preview...). What I am doing now is that I have my .ai file open, and when I want to save a pdf version of it I go to "File" then "Save a copy" then "Type: pdf" and I enter a name, I click on "Save" and a window pops up with some options. Here, I select a personal preset and then click on "Save pdf" and I am happy with the final saved pdf. The thing is that it is a quite long process when you have to do it several times per figure. I tried to automatized it through a script (or action) but the available options are quite limited (it is hard to make Illustrator understand that if the current file is myfig.ai, I want a myfig.pdf and that I want to save it in the working folder). Under "File", I also tried the "SaveDocsAsPdf" script but once again, I have to select the folder where I want to save the figure and so on. Maybe I missed something. I'd be happy to hear that there is a very efficient way to save my figures as pdf by clicking a the F9 key (for instance).
    Thank you for your help

    I somehow found a technique that helps. It is kinda stupidly simple. Instead of working on the .ai file in Illustrator to finally save a pdf, I work this other way around. It goes much faster. I just have to hit ctrl+s to test how the created figure is included in the final document instead of all this very long process. When I am happy, I save an .ai version for further modifications later of necessary.

  • Photoshop Action - Multiple Save As

    Hi all.
    I am trying to make an Action to save out multiple versions of a file, that can be applied to numerous different files, all in different destinations.
    How can I edit and remove the "IN" parameter in the Save As steps of the actions?
    I have tried the "insert menu item" but even when clicking on SAVE AS it only records it as SAVE (with copy).
    I see there is a default SAVE AS PHOTOSHOP PDF in the Production set of actions, but it has differet settings to what I need.
    Any help is appreciated

    Hi all,
    The problems detailed first is a problem I am also experiencing and it maybe a case that I am asking too much but I really don't think so - Here is the issue:-
    I create the product information pages for my website (www.formyoffice.co.uk) and each product has an HD image, a std image, a section link image, and a thumbnail image, and these are sized to square images in pixels to the following sizes HD=750, STD=350, Section=150, Thumb=75 pixels.  I am hoping to set up an automated process that once I have finished modifying the image given from whoever (suppliers/manufacturer/customer/showroom photo) and I have saved this HD image, will then run a batch and adjust this image to the required size AND save this image for use.  I have completed an "Action" process and this works well but have an issue with the filename that the new image is then saved as and this is making this automated process pointless.  So if my original image was called, for example "OSCO-Test-HD-1.jpg" my process required an action to deleted ".jpg" and then re-save with addition "-350" for STD, "-tna" for Section, and "-tnb" for thumb but the problem is that the filname will not update to the actual file it is looking at and keeps modifying the filename so new file "Wibble-Test-HD-1" will get changed to the following "OSCO-Test-HD-1-350.jpg", "OSCO-Test-HD-1-tna.jpg", and "OSCO-Test-HD-1-tnb.jpg" instead of saving as the correct extensions "Wibble-Test-HD-1-350", "Wibble-Test-HD-1-tna", and "Wibble-Test-HD-1-tnb".
    Am I asking too much here??  The filename does update itself but I can not get the action to use the current original file that it will modify to create these other images, it jsut keeps using the filename used when creating the Macro action process and then updates this.  Any help will be greatly appreciated and I think this will help Tigo88 as I think this is the same issue.
    Richard Kings
      ForMyOffice

  • Create action with entered text?

    Is there a way to create an action in PS CS3 with the ability to type different words in the middle of the action?
    For ex, I have a series of steps, then need to save the image to 2 different sizes/resolutions, with a different name. So I want the action to run, stop where I type in the name for the hi-res, continue, then stop where I type in the name for the lo-res, then finish the steps desired. Is this possible?
    Thx!

    Just click the 'toggle dialog' box next to the action step 'save'´to make the action stop at the save interface.

  • I imported a video I make in another program and I played it back in the video editor and I like the pan and zoom that was added by the program how do I save a copy with the effect of Premiere elements 12

    I imported a video I make in movie maker program and I played it back in the premiere video editor and I like the pan and zoom that was added by the program how do I save a copy with the effect of Premiere elements 12
    all I did was played it back how do I save that and make a new version of the video beacause when I save a copy the effect look I was trying to save was not there.
    Rodney
    [personal information removed... Mod - https://forums.adobe.com/docs/DOC-3731]
    [This is an open forum, not Adobe support, please do not post personal information]
    [If you are posting using email, please turn your 'sig file' function OFF for posting]

    silkman1
    I would be glad for the opportunity to customize a Premiere Elements 12 answer to your Premiere Elements 12 issue.
    But, I want to make sure that we are together on the details. This is my understanding of what you have written. Please review and let me
    know if I am misinterpreting anything that you have written.
    You have a video created in Windows Movie Maker.
    How did you output the video from Windows Movie Maker...wmv or mp4, what was the frame size and frame rate of that export?
    Next you import that video into Premiere Elements 12 (can we assume that this is on Windows 7, 8, or 8.1 64 bit?)
    From what you wrote, you have applied a pan and zoom effect to your video in Premiere Elements.
    Now you go to export the Premiere Elements 12 Timeline content with your video with the pan and zoom applied.
    But, the pan and zoom effect is not seen in playback of the export.
    Is all of the above correct so far?
    If so....we are going to need some more details from you...
    a. What is the project preset that you or the project are setting to match the properties of the video coming from Movie maker? See Edit Menu/Project Settings/General and the readings for Editing Mode, Timebase, Frame Rate, and Pixel Aspect Ratio even if the fields look grayed out.
    b. Are you applying the pan and zoom effect with the Pan and Zoom Tool, fx Effects Presets, or keyframing the Scale (for Zoom) and
    Position (for Pan) in the Motion Panel expanded?
    c. What are you selecting as your export in Publish+Share/. Please give details...are you using default settings or customizing the export
    setting under the Advanced Button/Video Tab and Audio Tab of the preset selected?
    I am suspecting some sort of mismatch of your project settings or some problems with working with the Pan and Zoom tool. I need
    your answers to help me help you. If I have written anything that you do not understand, please let me know. I will re-write if necessary
    so that we are in sync to resolve the issue.
    Thanks.
    ATR

Maybe you are looking for

  • Accordion widget issue...

    I'm using Muse 2014.0.0.328, CL 784653 and when I try to edit the content in the tabs of the accordion, I can't because the accordion just opens and closes when I click on a tab and I can't get to the tab content. (see below)

  • Lost on the adobe reader....

    I am so lost with my adobe reader, I cannot open up anything that redquires adobe. i ready to throw in the towel I am even lost in the forum.

  • Keyword problems on multiple photos

    How do I keyword several photos at once - have followed the instructions (selected all wanted pics) and used the hud to drag the keyword onto the selection, but it only goes onto the one photo not all selected, any ideas? T

  • Xcode including JARs in a project

    How do I add a JAR to an Xcode project so that auto complete works and the project will compile? I can't seem to get either to work. I have tried the Project>Add to Project... and it adds the JAR but it doesnt get indexed or added to the class path.

  • Creating an invisible link

    I'll try to explain this; In Freeway I could create a shape (a box) and assign it a link. The box was transparent so i could move it anywhere on a page and that's where the link would be. I have part of a photograph I want to be a link but I can't fi