Modifying an existing illustrator file

Hello,
I am new to illustrator and i am trying to modify specific illustrator files. In the files i am trying to modify there is grapfics and some text written on the designs. I can select the text separately but unable to modify those. Can you help?
The only option which i have is to delete them and write a new text there, but that process takes a lot of time, i was wondering if you know of any easier way.
Thanks,

Considering you are new to the application, and the file(s) in question did not originate with you, we can only guess why you're having trouble.
So first, we'll have to determine whether you've got live text, or text that's been converted to outlines...
When you select a piece of text, does it look like this?
(That's live text.)
Or like this?
(Text that has been converted to outlines...not editable as text.)

Similar Messages

  • Can you open an existing illustrator file with the application default settings?

    I need to open a customers illustrator files that he sends me with the default application settings, not the setting he saved with his file.

    CS6 (Mac) but soon CC.
    What is happening is they are saving the files with among other things, print scaling set to something other than 100%. If one of our operators does not catch it, the plate files are ripped at a smaller size than what they should be.
    This customer does thier own production work and sends us "plate ready" files but sometimes forgets to change this setting back to 100% (he changes the scaling to something that will fit on a letter size page so he can check his separations).
    I seem to recall (from years ago), there was a way to open a file using the applications default settings, not the settings saved within the file itself.

  • How to modify an existing xml file from java code.

    Hi
    I have worked on creating a new xml file from java code using xmlbeans.But if i try to modify an already existing file using java code I am unable to get errorfree xmlfile.
    For example if xml file(studlist.xml) is as below:
    <?xml version="1.0" encoding="UTF-8"?>
    <StudentList xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="D:\kchaitanya\xmlprac1\abc\Studlist.xsd">
         <Student>
              <Name>ram</Name>
              <Age>27</Age>
         </Student>
    <Student>
              <Name>sham</Name>
              <Age>26</Age>
         </Student>
    </StudentList>
    Now suppose i have set name to victor using student.setName,
    and set age to 20 using setAge from javacode,
    the new xml file is as follows:
    <?xml version="1.0" encoding="UTF-8"?>
    <StudentList xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="D:\kchaitanya\xmlprac1\abc\Studlist.xsd">
         <Student>
              <Name>ram</Name>
              <Age>27</Age>
         </Student>
    <Student>
              <Name>sham</Name>
              <Age>26</Age>
         </Student>
    </StudentList>
    <Student>
              <Name>victor</Name>
              <Age>20</Age>
         </Student>
    As observed this is not a valid xml file.But how can i modify without any errors?

    I know it's an old post, but I found this while doing a google search for something else, and don't like to leave it un-aswered
    Just in case anyone has a similar problem... In this case the new elements have been appended outside of the root element
    What you need to do is first get the root element and then append the new children to that, there are several ways of getting the root element, which depend on what you want to do with the elements you get back here's a simple (incomplete) way.
    // gets the root element of the specified file (code not shown)
    Element rootElement= new SAXReader().read(file).getRootElement();Then just append the new elements as below (this is non-generic code and would need to be modified for your situation)
    // write a new student element
    Element student = document.createElement("Student");  // creates the new student
    rootElement.appendChild(student); // ***appends it to the root element***
    Element name = document.createElement("Name"); // creates the name element
    name.appendChild(document.createTextNode("Fred")); // adds the name text to the name element
    student.appendChild(name); // appends the name to the student
    Element age= document.createElement("Age"); // creates the age element
    age.appendChild(document.createTextNode("26")); // adds the age text to the age element
    student.appendChild(age); // appends the name to the studentThen flush ya buffers or whatever and write the file
    Edited by: Dream-Scourge on Apr 23, 2008 11:10 AM

  • Modifying existing jar file, how?

    Hi there,
    I have a problem trying to modify an existing jar file. When I want to create a jar file, I use something like:
    REM build the application on windows, assuming the java/bin
    REM directory is in the path environment variable
    REM application is just the directory I am using
    SET cp = c:\application\TestApp
    javac -classpath %cp% TestApp.java
    REM ****************************************
    REM do packaging and adding manifest
    REM ****************************************
    jar cvfm App.jar manifest.mf TestApp*.class
    REM ****************************************
    REM run the jar file
    REM ****************************************
    javaw -jar App.jar
    But now, I have an existing jar file (swingall.jar) and I want to modify a class within that file. So, I modified the .java file, and compiled it to get my new class file.
    And the question is, how do I modify the existing file, so that I keep everything the same, except the modified class?
    Thanks
    Fernando

    I have just found out that I can't use "u". It seemsthat's only
    possible with older versions of jar.Huh? I'm using the 1.4.2-b28 jdk, it's still there,
    and I don't see how it could ever possibly be
    removed.
    Type:
    jar
    with no arguments to see all the options to jar.I already did, to double check it, and this is what I got:
    C:\Documents and Settings\Fernando Sanz>jar
    Usage: jar {ctx}[vfm0M] [jar-file] [manifest-file] files ...
    Options:
    -c create new archive
    -t list table of contents for archive
    -x extract named (or all) files from archive
    -v generate verbose output on standard error
    -f specify archive file name
    -m include manifest information from specified manifest file
    -0 store only; use no ZIP compression
    -M Do not create a manifest file for the entries
    If any file is a directory then it is processed recursively.
    The manifest file name and the archive file name needs to be specified
    in the same order the 'm' and 'f' flags are specified.
    Example: to archive two class files into an archive called classes.jar:
    jar cvf classes.jar Foo.class Bar.class
    Note: use the '0' option to create a jar file that can be put in your CLASSPATH
    Thanks for trying with jdk 1.4, I don't have it installed in my computer right now, so I'll try tomorrow with another computer at Uni.
    Thanks!

  • What is the best way to create illustrator files for frames created in an InDesign layout?

    Is there a quick way to do that or do i need to note the size of each frame in InDesgin and then input that into the dialog in illustrator. It seems like a waste of time. Is there a better way?
    I am new to InDesgin. What I'd like is a way to automatically generate blank illustrator files  to fill in the graphic frames in my layout.
    Thanks,
    John

    I have no existing Illustrator files for the project. I'm tring to use InDesign to create a rapid protoype. I may be working backward from what is expected.
    If I could generate blanks that are the correct size that would be an easy way to get started on them, but copying the sizes to the new document dialog box in Illustrator is not a big deal either.
    I figured that if i could create an Illustrator blank from InDesign that would get me started in illustrator quickly and also place the new file in the frame.

  • Need a pro's advice - 3D and annimation of Illustrator files in AE CS5

    I'm using CS5 and I'm routinely using Illustrator logo files in product videos that I'm editing, and I'd like to add more features to the video, but I can't seem to find answers to what I assumed would be a pretty common situation.
    I'd like to add some depth to the logo files (3D) and animate them for the intro of the videos. I've come to the conclusion that After Effects is the best solution for animation, which I can then import into the timeline of Premiere Pro. Assuming the aforementioned is correct, I'm having a hard time figuring out how to import these Illustrator files into After Effects, and if this is the ideal environment in which to create the 3D file. There are 3D options within Illustrator of course, and then there are options within Photoshop, and yet again in After Effects and Premiere Pro. I'm not sure where to begin with this, and all the resources I've seen address how to do this with text but not with an existing Illustrator file.
    So, my question is, what do the pros recommend as the best method of making Illustrator files into a 3D object that can be animated within After Effects and/or Premiere Pro. I'm not in a position to buy a plug-in to simplify the process (Zaxwerks doesn't have a CS5 compatible version yet anyway) so I'm curious what would be the best way to achieve these effects using existing CS5 software and features. Any links to resources that address this specific issue would also be much appreciated.

    Invigorator Pro, similar to C4D "just works" and there's a sneak peek of new features on the Zaxwerks website for version 5 (check their blog), but it's not yet available, so this probably will not help you. LW is nice, but not for what you need. I've been a "Waver" ever since v4, but it's strictly polygonal and even in LW 10 there is still a separation between modeling and animation. This has benefits for large projects and reusable scenes consisting of repeating items such as they occur on TV series (for which LW is still notorious, anyways), but not so much for what you have in mind. Text there is always immediately converted to polygons, bevels need to be cleaned up, materials need to be assigend fresh etc.. While this doesn't bother me in any way and is a snap after all those years, it is not something I would recommend to someone doing your kind of work. Every time the cleint changes his mind you have to start over or work on frozen polygon data, which can become tricky with complex contours needing to look smooth... It's really more for "serious" animation work...
    Mylenium

  • Take an existing text file and modify values

    I’m looking to take an existing text file and modify certain values inside of it. Then save it to a new file, with all the same formatting as the original. The file format is not uniform and can change.
    Basically the file is:
    Random numbers and letters of unknown length for an unknown number of lines.
    Label="Test_#"
    Description
    String
    X=123
    Y=456
    Z=-789
    20 lines of strings with numbers in them
    Label="Test_#2"
    Description
    String
    X=-1232
    Y=4562
    Z=7892
    Then it repeats a set number of times.
    I want to modify the X Y and Z = values for each Test_#.
    I’ve managed to import the important values into a numeric array and I have a different array with values that will replace the existing ones. I’m having troubles replacing the existing ones. There are no zeros before or after the existing numbers so they are all different lengths.
    If anyone has any sample code that does anything similar please post it. I’m sure someone has done something like this in the past. 
    Solved!
    Go to Solution.

    I just thought I would throw this out there.  Can you make the .txt file tokenized?  This would make searching for specific parameters much easier.
    Reese, (former CLAD, future CLD)
    Some people call me the Space Cowboy!
    Some call me the gangster of love.
    Some people call me MoReese!
    ...I'm right here baby, right here, right here, right here at home

  • Modify Query in an Existing RDL file

    How do I modify sql statement in an existing rdl file?
    I have opened up the rdl file in VS 2013 and able to modify the report but do not know how to modify the query; the Datasource property doesn't seem to give me an option.

    Hello,
    Of course you can modify the query, but not in "Datasource", you find the queries in the (may serveral) "Dataset" definition.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Modify existing excel file (POI API)

    Hi All,
    Can anybody give me a reference to an example to update/modify an exsiting excel file in java.
    For creation of excel file I am using POI API. But not getting how to update an existing excel file
    using POI API.
    I'll be thankful for your help.
    Regards
    Naz

    Tabbasum wrote:
    Hi All,
    Can anybody give me a reference to an example to update/modify an exsiting excel file in java.
    For creation of excel file I am using POI API. But not getting how to update an existing excel file
    using POI API.
    I'll be thankful for your help.
    Regards
    NazYou do know that the poi.apache.org site has some nice examples, don't you?
    http://poi.apache.org/spreadsheet/examples.html
    Many other examples exist on the Internet; Google is your friend.
    Hope that helps, Naz.
    Regards,
    Jay-Z

  • Modify existing .rpt file permanently

    Hello,
    I need to modify an existing rpt template not at runtime but permanently in order to create a  new template.
    Could you tell me how to do that?
    Thanks.

    Hello
    I am using RAS SDK and my rpt files have been created with Crystal Report 9.
    I have similar problem than in the folowing post: why the properties cannot be set and saved?
    I can see my modifications at runtime, but the saveAs() method does not save modifications in my new template.
    What should I do to save my modification permanently?
    Thanks

  • Modify existing XML file

    Ok I really need some help...What is the JAVA code that i need to add something to an existing XML file. Basically, I want to add a new tag at the end of another one. So I need to search the XML file for the end of one tag, and then add a new tag after that one. Please help.

    Sounds like you think it's simple. There is a set of XML tutorials here:
    http://java.sun.com/webservices/docs/1.0/tutorial/index.html
    You probably need the one titled "Document Object Model" but it may help to read some of the others too.

  • Illustrator File Bug spreading...

    Not sure how it happened. I have two files... a PDF and a document in illustrator I'm working on. I placed the PDF in Illustrator file I was working on to trace it. I had to make a change, so I opened the PDF itself and edited the file. When I saved the PDF I was prompted with "Some files are missing or modified... now?" So far so good.
    When I was done tracing the file, something happened in the PDF file (which was still open in another window) which caused the timestamp to be changed on the file. Could have been Windows (I've seen this behavior before.) could have been an automatic backup... I'm not sure. I made no changes to the file.
    I hit "No" do not update, because I was planning on deleting the layer I traced. Next I deleted the layer. Then I am prompted with the update links dialog when the links palette is empty. I dismissed it, closed the file, closed Illustrator, and went about my day (yesterday).
    I had to open the file again today for editing and the message came up again. After I closed the file, now it's happening to other files which have no links either. (I closed the original file with the issue.) It's a bit of an annoyance because it prompts me every 60 seconds or so to update the links in the links palette. If there are links in the links palette (for a different file) it does not prompt me, but when links are non-existent in the file I am prompted. The screenshot is from a completely different document after the corrupt file was closed.
    There are no symbols with embedded links or images and no raster content (with the exception of a couple of non-expanded blur effects exist. If I open a different file, after restarting illustrator, everything works as expected until I open the *corrupted* file. Then the pattern begins all over.
    For my workflow, I normally work in native AI and save those files with un-outlined fonts (for editing) then I will finalize a file by converting it to outline files prior to saving to EPS. Sometimes I will save a proof out as a PDF if the file I'm working on isn't imported into something else. I'm not usually in the habit of importing PDFs for tracing in Illustrator, but I was in a hurry and figured it would work. It placed it, but now it haunts the document FOREVER.
    Thought I would share.

    That's definitely a good troubleshooting method to go about solving an issue with a corrupt file.
    Reimporting the PDF in my case did not fix the problem because the phantom  PDF does not exist in the form the program is searching for. Despite having another version of the file linked, the program knows the *embedded* PDF that was not removed has been updated in link form and it tries to update the non-existent link.  I say embedded because AI tries to save PDF compatible files natively, so it embeds links even though it still maintains the linking in the links palette to allow people to update changed files.
    Copying the selected content from the file to a new file was the first step I took to fix the issue I had. When my client referenced the older proof I reopened the old file and that's when all of the trickery began for Illustrator itself, causing the program to treat other files as if they had missing links long after the corrupt file was closed.
    On another weird note, the phantom placed PDF still shows in a saved copy as a PDF (with a PDF extension) on Apple's preview app on iOS and MacOS.
    My client thought it was a design element when she viewed the proof on her iPhone and was giving me changes per what she was seeing. The file does not appear this way in Acrobat Reader or Acrobat Pro.

  • Unable to upload the updated/modified Report template (rtf file) in siebel

    Hi,
    I am unable to upload the updated/modified Report template (rtf file) if already exists in the local database.
    Initially I have uploaded a rtf template, generated xliff, registered it and can view the report from the registered view. Later I have made few changes to the rtf template, in the reports template view, I have uploaded this. When i run the report in the registered view, I am able to see the earlier version and it doesnt show me the updated changes.
    I am using 8.1.1.3 siebel and BIP 10.1.3.3.1 on local.
    Looking at the metalink found "How To Upload Modified RTF Template Files In The Siebel Application For BI Publisher Reporting [ID 1136418.1]" which is related to server but I am working on local database
    Please find attached the template, xml file. can you please look into this and update me ASAP
    Thanks,
    RV

    Hi,
    Not able to find Report - Standard templates or Report - Custom templates view in Administration - BIP reports in Siebel 8.1.1.3?
    We have applied 8.1.1.3 patch on 8.1.1.0
    below are the steps followed
    Reports are not generated after 8.1.1.3 patch installtion.
    we have also followed to below steps mentioned for this issue in oracle support.
    "In order to resolve this behavior it is necessary to ensure that the 8.1.1.3 FixPack has been applied to the Siebel Tools installation. This will provide an additional .zip file in the REPPATCH folder of the Siebel Tools installation. Once this has been done please then follow the configuration steps as documented :
    change sysprefix to X_ before sif import and chage back to SBL_ after sif import.
    1) Import the sif files from Siebel\8.1\Tools_1\REPPATCH\12-1VMBCSV.zip
    2) Import the 4 SIF files in the following order:
    S_XMLP_REP_TMPL_02112010.sif
    SBL_XMLP_REPORT_SELECTION_FLG.sif
    Report Template BC.sif
    Report Template Registration Applet.sif
    3)Apply the DDL for table S_XMLP_REP_TMPL and compile repository
    Once the above steps have been completed the Selected Record flag will appear in the Report Template Registration views."
    we still not able to generated able to generate reports even after following above steps.
    Thanks
    Sean

  • Creating Multi-Page PDF from a Layerd Illustrator file (script)

    Often times when designing a logo I create different versions and variable options on layers. This can result in several layers in one Illustrator file. Is there an easy way or an existing script that will allow me to (with one click) create a multi-page PDF consisting of all the layers within my .ai file? The current method is turning on each layer, performing a save-as (PDF), then turning off said layer and turning on the next layer and repeating the task and so-on-and-so-forth, etc … It becomes tedious and quite often I save over the previous version, forgetting to re-name it or forget to perform a save on a certain layer. Can anyone help with some advice? I have never written my own script before but am not opposed to trying, where do I begin?
    Any help is appreciated.

    You don't say what OS you are using and which scripting language you are thinking of doing this in…
    This is a sample that may get you started done in JavaScript so it's platform independent with the exception of my 'mac style' file paths.
    If your on a PC it may just be a typo to set to C drive or whatever you call them things…
    If you are on the mac OS then it should just dump a load of PDF's on your desktop.
    You say about a multi-page PDF but don't think Illustrator can do this unless its been added with multi-artboards in CS4?
    Others would have to let you know that…
    #target illustrator
    var docRef = app.activeDocument;
    with (docRef) {
    var docName = baseName(name)
    var pdfOptions = new PDFSaveOptions();
    pdfOptions.pDFPreset = '[High Quality Print]';
    // Turn all layers off
    for (var i = 0; i < layers.length; i++) {
    layers[i].visible = false;
    // Turn each layer on
    for (var i = 0; i < layers.length; i++) {
    if (i == 0) {
    layers[i].visible = true;
    redraw();
    var layerName = layers[i].name;
    var saveAsPath = new File('~/Desktop/' + docName + '_' + layerName + '.pdf')
    saveAs(saveAsPath, pdfOptions);
    } else {
    layers[i-1].visible = false;
    layers[i].visible = true;
    redraw();
    var layerName = layers[i].name;
    var saveAsPath = new File('~/Desktop/' + docName + '_' + layerName + '.pdf')
    saveAs(saveAsPath, pdfOptions);
    //close(SaveOptions.DONOTSAVECHANGES);
    function baseName(fileName) {
    var nameString = '';
    var extOffset = fileName.lastIndexOf('.');
    if (extOffset == -1) {
    nameString = fileName;
    } else {
    nameString = fileName.substr(0, extOffset);
    return nameString;

  • How to view Illustrator File Version in Windows XP Explorer windows

    On a Mac (Leopard or Snow Leopard) I can add a Version filter to the Finder Windows List Views so I can see what versions my Illustrator Files are saved at and I can see the version and the application that created it if I Get Info on the file.
    In windows XP however I cannot see any Version info even if I right click on the filter bar and add the Version Column to filter by. I also dont see any version of the files if I go under a files attributes. The only thing I can see is File Type which will only show me whatever the version of Illustrator on the machine that will open it.
    The problem is that I dont want older machines that dont have CS4 to open up CS4 files but there is no way for me to tell which files are CS4 and which are saved down to CS2.
    Thanks in Advance,
    J

    Things might be different in the most recent versions of AI, but you can always look at your .ai file in a text editor, such as Wordpad or Notepad. (I keep desktop shortcuts to both onto which I can just drag and drop files for quick looks.)
    You'll have to scroll down a bit if you save with the PDF option, but you should come across some text that tells you what you want to know. It'll typically start off with the text string %!PS-Adobe-XXX.
    In this particular example, the application used was AI 12.0.1 (CS2), and the file was retro-saved to version 8. (Yes, the variable name "Creator" is somewhat misleading.)
    If you have the DTs or are otherwise prone to hitting keys unintentionally, open a copy of the file in your text editor to make sure you don't accidentally modify the original file.
    Where did the Info that you had in the .png file come from?
    I think that's a Command+I from within a Mac OS Finder listing, Larry.

Maybe you are looking for