Problem with my Action - Unable to Save As EPS

Hi,
I am trying to create an action that will 'Save As' an open .AI file as an .EPS.
The problem I am coming across is that once I have saved the action, and try to run it on another .ai file, the action generates a new file but it keeps the extension as an .AI.
The artboard in the .AI is saved, as well as the naming of the artboard. The file opens and has the file size of what the .EPS would be, however it has the .AI extension.
Has anyone else encounted this problem?
Thanks!

Just did a reformatting

Similar Messages

  • Problem with PDF Actions in SAP MII 12.2

    hi all,
    I'm trying to generate PDF documentation work in 12.2 version of MII. Below are the steps followed as per note 1325997
    I've downloaded the PDF Actions files:
    Downloaded the iText.jar and iTextAsian.jar files.
    Custom action updated with PDFActions.jar as the assembly .jar file, and iText.jar and iTextAsian.jar as the dependency .jar files and Deployed the custom action.
    Workbench does show up with PDF action blocks like PDF Document, PDF Table...etc but seems to be an issue as these do not look like the standard actions with no icons attached to them.
    I've tried to create a new transaction and include any actions to the sequence, but no luck as it doesn't assigns the PDF action
    i've downloaded iText.Jar and iTeaxtAsian.jar files from iTEXT website. please inform if exact version i-e 1.4.5 files
    are available on SAP downloads (if any).
    Is anything missing..?
    Appreciate any efforts.....
    Regards,
    Zaigham

    Hi Zaigham,
    Follow the steps as mentioned below.
    1. Download PDFActions.jar as per SAP Note 1109054.
    2. Download iText 1.4.5 from http://www.java2s.com/Code/Jar/i/Downloaditext145jar.htm
    3. Download iTextAsian (Latest Version) from http://sourceforge.net/projects/itext/files/
        extrajars --> extrajars 2.0.zip
        After you unzip the files take only itext-asian.jar
    4. Rename itext-1.4.5.jar to iText.jar
    5. Rename itext-asian.jar to iTextAsian.jar
    6. Zip all the three files (PDFActions.jar, iText.jar and iTextAsian.jar) to one zip file and name it PDFActions.zip
    Final Step --> upload and deploy the zip file PDFActions.zip in MII custom Actions.
    Hope it solves your problem.
    Regards,
    Firoz.

  • Problems with "File Open" and "File Save As" in Tiger

    I recently upgraded to OS10.4.3 on my PowerBook G4 and ever since I have had only frustration upon frustration with this new version.
    When launching a program whether it be QuarkXpress 6.5, Illustrator CS, Photoshop CS, InDesign CS or Acrobat 6.0 and you go "File Open", it can take up to 3 minutes before the "Open" window dialog box will appear so that you can access your files. The same applies to the first "File Save As" in any of these programs. After that everything works normally.
    Has anyone experienced this problem with Tiger and is there a solution? I should be most grateful for any assistance.
    Leon
    PowerBook G4   Mac OS X (10.4.3)  

    I got so frustrated with iDisk that I did indeed turn mine off altogether. Now I just mount it when I need it, and do whatever I want to do manually. And it is STILL annoyingly slow, not only in its own operations, but in the way it hijacks the Finder and can sometimes bring all Finder operations to a grinding halt.
    I keep a local copy of the all the files I have on my iDisk in a perfectly normal folder. And I keep looking forward to the day when the promised seamless operation of my local files and iDisk will actually work.
    I've been waiting for several years and thru several different incarnations of the OS, and it ain't there yet. I think Apple's version of WebDAV is just really really bad. I've heard other WebDAV servers work better. And I figured it was a bad sign when, back in Panther, one of Apple's own helpers recommended a third party WebDAV software (Goliath) to access the servers rather than using the Finder. I didn't think things could get any worse--until Tiger came along. A bad situation can get worse, and it did.
    Maybe when Leopard gets here.....
    Francine
    Schwieder

  • Problems with running Actions in PsCC

    I am runnning PsCC version 14.2 x64 on a PC and have been for over 6 months. I never had problems with actions before but now I can create them, but not run them.
    I get the following message: "This will toggle the state of all dialogs in this action set. It is not undoable". Whether I click ok or cancel, I still can't run the action. And clicking okay seems to really hang up all the actions.
    The action I am creating is to take existing text and apply layer style fx. Pretty basic. I'm not even sure what "toggle" means in this context.
    I did see something about a fix in version 14.1.2 regarding this problem if Generate>Image Assets is checked (it's not) but since I am running 14.2, I would think that would not be the problem.
    Thanks for any help you can give.
    Chris

    Hi san_adi ,
    IF you try to quit telnet session, the shell will warn you that you have running process9es). If you still want to quit the session, then it will kill the application and quit the telnet session. If you have nohup'ed jobs running when you attempt to logout, you will be warned with the message
    You have jobs running.
    You will then need to logout a second time to actually logout; however, your background jobs will continue to run.
    Hope this helps. Thanks. SUN/DTS

  • Problem with different browsers when I save pdf

    Hi I have server side application which open some pdf form and populate it with values and some javascript(I use FDFToolkit to do that). A client connects with a browser to my server opens the form in the browser window and after that saves the form as pdf to his local computer. When the client uses InternetExplorer 7 the pdf form on the client computer(the form is open with acrobat 9 pro) works exactly as in the browser window but when the form is saved with Firefox 3.0.3 the form is open without the values and javascript in it. Can someone help ?

    > Can any body tell me how do i convert doc file in to pdf file. i know it
    > is simple using some c++ api but i wanna to know about that api from which
    > i can convert the doc to pdf.
    There are many free converters on the web. Also, if you are working with
    Office 2007, you can save as pdf natively.
    But you didn't give much detail - are you trying to do this automatically?
    What's the workflow that has you considering C++ as the route to your
    solution?
    Steve
    http://twitter.com/Stevehoward999
    Adobe Community Expert: eLearning, Mobile and Devices

  • Problem with OSB 11g - Unable to call non-static java methods

    I have a problem in OSB. Unable to see any java methods when loading java callout. I have checked the java classes in the .jar file and they are all non-static java methods.
    Is there any way where OSB is able to see this non-static java methods?
    Need help urgently!
    Thanks!

    Technical standpoint: Do you know why OSB is not able to call non-static methods?
    This is by design. Ability to call non-static methods require Object creation which adds additional complexity. eg How to pass variables in constructor?. How/where to store created object for use across across pipeline instance?. Object life cycle (when and how to create object) etc. To avoid above complexites static methods are only supported.
    "a lot of non-static method to call" just for my understanding what are the number involved?. If number is too high you can always request for a enhancement.
    Thanks
    Manoj

  • Problem with Terminal.app - unable to input '^' (Shift + 6)

    Hello everyone,
    I'm experiencing a strange problem with Terminal since this morning: I'm not able to input symbol '^' (Shift + 6) in any terminal application. Both Terminal.app and iTerm.app show the same problem. I'm able to input '^' in all other applications, as you can see, without any problem. Is it something related to key bindings? Anybody with similar problems?
    Thanks,
    Luca

    What terminal emulation are you using? Which shell? I suggest you look into whatever terminal emulation you are using. Try googling for the type of terminal emulation you are using to see if that sheds any light on this issue.

  • Problem with commandButton action listener! Help

    I have a problem with the following and its driving me crazy!!
    I'm getting a java.lang.NoSuchMethodException for RoomHandler.flipBoard. It seems to render the button correctly with its value. But I can't see why It can't find that method, because its definetly in the bean...
    please see below
    My view:
    <f:view>
         <h:form id="room">
              <h:commandButton id="flipBoard" type="submit" value="#{room.flipBoardText}" actionListener="#{room.flipBoard}" />
              <h:messages />
         </h:form>
    </f:view>
    ...and My Bean:
    public class RoomHandler
         public RoomHandler()
         public String getFlipBoardText()
                 String text = "";
                 if (getWhiteOnBottom())
                   text = "White";
                 else
                          text = "Black";
                 text += " on bottom";
                 return text;
         public void flipBoard(ActionEvent e)
              System.out.println("Hello");
    My Facesconfig..
    <managed-bean>
         <managed-bean-name>room</managed-bean-name>
         <managed-bean-class>uk.RoomHandler</managed-bean-class>
         <managed-bean-scope>session</managed-bean-scope>
    </managed-bean>Any ideas?

    Sorted! I think...
    Must have been a problem with myEclipse not deploying the correct class. (i think anyway)

  • Problems with black fills in live trace(d) eps images in Word and certain printers

    Hi folks, PLEASE help me with this if you know a possible solution. I regularly run Live Trace in Illustrator CS3 on my grayscale bmp or tiff scanned images, save them as an eps, then folks in other departments insert them into Microsoft Word pages. Sometimes these images display in Word with unintended black fills, and some printers print them out with the same corrupted appearance, yet some other printers print them fine (even if the display in Word shows them with the unintended black fills). I THINK this might be a postscript issue (?). I don't have the option of telling everyone to change from Word to InDesign (which would absolutely solve the problem immediately). Is there something I can set while performing Live Trace? They really need the eps files, so I don't have the option of saving them as another format. HELP! Thanks...

    I use Mac at home and love it. At work, we use PC platform. I can't save as a pdf because they need to stay vector graphics. he departments want us to save the eps in version 8 because they're STILL using Windows 2003 (ugh). I keep thinking there must be something I can do while in Live Trace because we've never noticed any inintended black fills in graphics not created using Live Trace. Somehow, Word and some printers are not interpreting some postscript language correctly. InDesign has zero issues with it. Some printers have no problem with it, so I assume they are postscript printers. There's got to be a way I can still save as an eps but without the postscript conflict (IF that's what it is).

  • Problems with Safari to download and save pdf files

    I used to download pdf with no problems at all, right now the download window does not open at all and tha option Save as is acting like the file is being saved but no pdf file appears in the downloads folder or in any other folder select. I am new in safari, and I am not a very well internet instructed person, please help.

    Hi,
    Please go through following links..this will help you:
    http://lucamezzalira.com/2009/02/28/create-pdf-in-runtime-with-actionscript-3-alivepdf-zin c-or-air-flex-or-flash/
    http://forums.adobe.com/thread/753959
    http://blog.unthinkmedia.com/2008/09/05/exporting-pdfs-in-flex-using-alivepdf/
    Thanks and Regards,
    Vibhuti Gosavi | [email protected] | www.infocepts.com

  • Cs4 photoshop top 40, problem with #30 - actions

    I was using the lynda.com tutorials on photoshop when I was watching Deke's top 40... on # 30 - actions, I hit a snag... I was following along with the video, and I made the new folder, and the new action, but got a "can't do" sign when I tried to make the new layer to begin the processes... and I did load the files Deke provided, however, it wouldn't work at first, and I had to try it several times to get it to work... has anyone else had this problem?

    Noel,
    I tried it again, and got it to work...
    I opened a file to use as background, created the folder and created an action name, hit the record button, then clicking in the graphic to be able to create a new layer....
    (The tutorial is on lynda.com)
    It doesn't work the same when using a smart object... I think that is why it prevented me from making a new layer... and from loading the exercise file action...
    I had to resize the canvas and set up my smart object FIRST before recording the action...

  • Problem with FLASH 9 - unable to load plug-in

    At a website request to update to Flash 9 to allow my ibook to visualize soime content, I downloaded the installer from ADOBE and tried to update. Now every time a website has a Flash component I get the following message:
    UNABLE TO LOAD PLUG IN
    "The page “XYZ" attempted to load an Internet plug-in named “Shockwave Flash”, but the plug-in failed to load successfully."
    I downloaded the Flash uninstaller, run it, installed again version 9 but I still get the same error message.
    Then I thought some Safari files could have been damaged, but when I download the installer for Safari 1.3.2 and tried to reinstall it, I get a message saying that "this software can't be installed on this system".
    Questions: any suggestions? is Flash 9 compatible with MAC OS 10.3.9? Is it a Safari problem (my current version: 1.3.2) Thanks a lot.
    Calvin183

    You know what you're writing about!
    My wife would have a very different opinion.
    You're welcome Calvin. Glad I could help.
    Thanks for the and Aloha from Big Island.
    iMac G5 Rev C 20" 2.5gb RAM 250 gb HD/iBook G4 1.33 ghz 1.5gb RAM 40 gb HD   Mac OS X (10.4.8)   LaCie 160gb d2 HD Canon i960 printer, Airport Express (2 units)

  • Problem with seting action method to a Hyperlink object

    Hi there,
    as the subject says, I have a problem wih setting the action method of a Hyperlink object. Here is how the program is organized:
    I have an external bean which generates an ArrayList of Hyperlink objects. In the backing bean of my web page I call a method from the above mentioned external bean to generate the list of hyperlink objects. After that in the page bean I insert the hyperlink objects in GridPanel component. So far everything works fine, but the action method of the Hyperlink objects is not called and I can't understant why.
    Here is how I add the objects to the GridPanel component:
    private void populateGridPanel()
            Hyperlink hyper;
            for(int i=0; i< checkboxList.size(); i++)
                    hyper = (Hyperlink) hyperlinkList.get(i);
                    vehicleGridPanel.getChildren().add(hyper);
        }All properties of the Hyperlink objects are set in the external bean not in the page bean, here is how:
    //action method executed when the hyperlink is clicked
    MethodBinding mb = (MethodBinding) FacesContext.getCurrentInstance().getApplication().createMethodBinding("#{Page1.hyperlink_action}", null);
    veHyperlink.setAction(mb);The populateGridPanel() method is called in the init() method of the page bean, after the initialization of all other components.
    An interesting fact is that if I manually drag-n-drop a hyperlink object to my page and programatically set its action method with the code above everything works fine. But using the same code for the dynamically generated hyperlink objects inserted in the grid panel doesn't work.
    Any kind of help is highly appreciated.
    Thanks!
    Message was edited by:
    panayot

    I got this use case to work as follows:
    1. Drag a Grid Panel and set its columns property to 1.
    2. Drag a Message Group.
    3. Use the following code in Page1:
    public void prerender() {
    populateGridPanel();
    private void populateGridPanel() {
    if (gridPanel1.getChildren().size() > 0) {return;}
    for (int i = 0; i < 3; i++) {
    Hyperlink veHyperlink = new Hyperlink();
    //action method executed when the hyperlink is clicked
    MethodBinding mb = (MethodBinding) FacesContext.getCurrentInstance().getApplication().createMethodBinding("#{Page1.hyperlink_action}", null);
    veHyperlink.setAction(mb);
    veHyperlink.setText("dynamic hyperlink " + i);
    veHyperlink.setId("dynamicHyperlink" + i);
    gridPanel1.getChildren().add(veHyperlink);
    public void hyperlink_action() {
    info("Yup it worked at: " + new java.util.Date());
    4. Fix imports, Run, and then click on the hyperlinks.

  • Problem with advanced action and a counter.

    Hi!
    I got a problem on a project with a counter and advanced action.
    I got 7 words (3 wrongs and 4 rights), each associate with captions that shows on click
    When the students had clicked on the 4 rights (and their captions are shown), the 3 wrongs captions are shown.
    variable:
    v_count
    on wrong words:
    simple action: on click, show captions
    on good ones:
    advanced conditional actions:
    1) IF 1=1, THEN show > caption and v_count = v_count + 1
    2) IF v_count=4, THEN show> all captions of the wrongs
    The problem is: (Only when seen in browser) when I click on 3 rights (and not 4), all captions are shown! I have tried to put v_count=5, but then nothing happens.
    Really, I'm lost! Have an idea of what could cause that problem?
    Thanks
    Laurie-Anne

    You already posted this question, thought I asked you if I could have access to your file, because with this explanation only it is a bit difficult to answer. But I cannot find the thread anymore...
    Maybe I'm wrong, or you did not see this answer?
    Lilybiri

  • Problem with method action after migrating from TP2 to TP4

    Hi,
    we are migrating our application (ADF Faces, ADF BC) from TP2 to TP4. We have encountered several problems.
    The biggest that we could not solve is as following:
    In our View Object's RowImpl.java classes we have method void refreshLOVAccessorQueries(). In a number of View Objects that method is placed in client interface. In pageDefs of jspx pages that are bound to that View Objects we have method action like
    <methodAction IterBinding="TeeCronTtVOIterator"
    id="refreshLOVAccessorQueriesCron"
    InstanceName="bindings.TeeCronTtVOIterator.currentRow"
    DataControl="TradingAppModuleDataControl"
    RequiresUpdateModel="true" Action="invokeMethod"
    MethodName="refreshLOVAccessorQueries"
    IsViewObjectMethod="false" IsLocalObjectReference="true"/>
    and invoke action like
    <invokeAction id="refreshCronLOVs" Binds="refreshLOVAccessorQueriesCron"
    Refresh="prepareModel"
    RefreshCondition="#{!requestContext.postback and empty bindings.exceptionList}"/>
    When we are accessing such a jspx page the application rases error:
    "Method bindings.TeeCronTtVOIterator.currentRow.refreshLOVAccessorQueries() not supported "
    In TP2 everything worked fine. Now in TP4 for some VO that refresh is OK and for others just mentioned error is thrown. Confusing is that all View Objects and their java classes are created in the same manner and they are almost identical, and this counts for pageDefs too.
    What could be the reason of all this?
    Second thing is that in adfc-config.xml in backing bean defs we have managed-property like:
    <managed-bean>
    <managed-bean-name>regionBacking</managed-bean-name>
    <managed-bean-class>app.view.backing.RegionBacking</managed-bean-class>
    <managed-bean-scope>request</managed-bean-scope>
    <managed-property>
    <property-name>bindings</property-name>
    <value>#{bindings}</value>
    </managed-property>
    </managed-bean>
    JDeveloper warn us about that with: ' EL token bindings" is unknown '. Why is that? It looks that everything connected with that managed property works fine.
    Another problem is not severe but unpleasant
    After migration to TP4 nothing (not one element) is visible (shown) in the design view.
    The structure of the pages is similar as in the StoreFrontDemo and it shows just fine in TP2.
    Thanks!!!

    Thanks Frank,
    but working from beginning is to much work so, we have solved it in another way.
    Regard to first problem we discovered that it is happening only when there is no Rows in iterator for which we are invoking action. In invoke action we have changed refresh property to default value and the problem is solved.
    Second thing is warning that has no other effect so we will ignore it.
    About third problem, when we create new working copy of application in JDeveloper without system11.1..... directory, JDev works fine and all jspx pages are shown in design view. After some work, due to undiscovered reason design view is lost... What could cause this?
    Maxa

Maybe you are looking for

  • What is the download status bar in FF4? I can't tell if my download is complete or stalled or anything of the sort from what I see right now.

    How do you tell the status of your download now? I dont have any little indication if I don't separately open up the download status box or use Download them all.

  • Error 923-0 or msg 2133

    There is an easy fix if you are not able to text certain contacts: Write down the contact, then delete every message from them and start over. first do: +1, then space, then area code and # That should fix the problem

  • Error After deploying Portal Mast Head

    Hai, I copied PAR file com.sap.portal.navigation.masthead.par.bak to my local machine from the server and renamed that to mymast.par. Then i imported this PAR file into Netweaver developer studio and i modified headeriview_nls_de.properties file whic

  • Change file association

    Hi, Does anyone know how to globally change the file association of a file type. I work with Adobe Flash which uses actionscript (.as) files (text files). I've recently started using Eclipse which is a Java IDE and an actionscript plugin (FDT). For s

  • Firefox 4 map search not working

    When I open the maps search on firefox 4 homepage and enter a location, firefox says loading but goes no further, I can access the map of a location from the web search box by entering map followed by the location name. How can I get the map search t