Keyword Metadata in EPS

Hi,
I have keyword metadata in an InDesign file and want this information to be maintained in an exported EPS. Is this possible?
Thanks.
Simon Kemp.

Thanks Bob.
That's what I suspected. Yeah, I know a PDF keeps this data but unfortunately this is not an option...  at the moment.
Simon.

Similar Messages

  • How to get Keyword metadata from PDF's ?

    Hi,
    First of all apologies for perhaps stupid questions that I'm asking as I'm a AppleScript novice
    What I'm trying to do is to convert PDF documents to image files (.png or .jpeg), this I can easily accomplish using the Automators "Render PDF Pages as Images" action.
    The difficulty comes from that I also want to rename the generated image files (or PDF's before converting them to images) using part of the data that is contained in each PDF's Keywords metadata and for this I think I need to do some AppleScript coding (need to get and parse the Keyword metadata string for each PDF and then use the parsed data to rename files). Any ideas, hints or tips how this should be done using AppleScript ? (any websites / blogs where this kind of processing has been done ?)
    Appreciate a lot if you can help in this,
    Alan

    Hi Alan,
    Typing the following two lines in the Script Editor should list the metadata attributes for the choosen file:
    set F to choose file with prompt "Choose a PDF file:" of type "PDF "
    do shell script "mdls" & space & quoted form of POSIX path of F
    For more information on "mdls", open the Terminal window and just type “man mdls” (and return).
    Maybe you might also use the following AppleScript statement in case there were some keywords in the Spotlight comments field of the file:
    tell application "Finder" to return comment of F
    Message was edited by: Pierre L.

  • Unable to clear Keywords metadata value

    Hello, I'm trying to clear the keywords metadata field using the following code but it doesn't work as expected. No errors just doesn't clear the Keywords field.
    var xml = new XML(doc.metadata);
    var nsrdf = new Namespace("http://www.w3.org/1999/02/22-rdf-syntax-ns#");
    var nspdf = new Namespace("http://ns.adobe.com/pdf/1.3/");
    delete xml.nsrdf::RDF.nsrdf::Description.@nspdf::Keywords;
    doc.info.Keywords = "";
    doc.metadata = xml.toXMLString();
    If I call just doc.info.Keywords = "" it appends a blank keywords to the front of the existing keywords.
    How do I clear Keywords?

    Hello,
    I'm with the same problem. Could you explain what can I do to solve this?
    Thanks

  • Are there any character limits to PDF keyword metadata?

    I'm working on a project that involves scanning a lot of handwritten documents, so manually entering keyword metadata is key for searchability. Is there any character limit to individual keywords or the entire keywords field?
    Thanks,
    Sean

    Well I answered the second part of my question myself. It turns out the keyword field in Acrobat has a 1,999 character limit.

  • How to add keyword metadata to elements after upload

    Hello,
    I am adding fcp projects with all its linked media to our server...There can be hundreds of elements attached to the project file, is there a way to change the keyword metadata for a whole element group within a project? It seems that I can only add keywords one at a time which would end up being literally thousands of entries.
    anybody encounter this??
    thanks
    dan

    There is a way to batch add metadata, but it isn't iTunes-easy and you need to be have admin rights on your FCSvr to do it. Also, this is a manual process after each set of assets exist. Anything more automatic would require custom scripting.
    You can use the Search Expired response to batch other responses. Create a new Search Expired response and set it to use the Custom 1 event type. Set the Timestamp Field to "Creation Date". Leave the Expiry Days empty. Below that you can filter based on the usual options or leave them all open to hit all your assets (up to you).
    Next, create a Set Asset Metadata response and populate it with the value you want to apply to your assets. Set this response to run by Subscription based on the Custom 1 event type.
    Finally, schedule your Search Expired response to run. When it does, it will fire what amounts to a dummy event (Custom 1) on the filter it was set for, triggering the Subscription you set up to listen for that event type. That fires the Set Asset Metadata response, and now all your assets are tagged with the desired default in the new field.
    The Custom event types are there for tethering a Search Expired response to a Subscription, so unless you know what you are doing, avoid the other event types on a Search Expired response.
    The official documentation does not really explain this very well, but it does indeed work. Once you get the desired result, you can disable the schedule for the Search Expired response.

  • Keywords Metadata Missing from Copied JPEGs

    Im new to metadata tagging with Adobe Bridge CS4 version 3.0.0.464 on Windows XP. I am able to add keywords to JPEG Images (taken with my Nikon D90), but I have noticed when I copy those images using Windows Explorer (or any MS Windows Copy Paste File Action), the copied image doesnt always retain all of its metadata. For example, if I have a folder with 8 jpeg images, all identical metadata, when I copy those images using explorer, only 3 of those copied images will have the metadata while 5 will show up with No Keywords at all (Using Adobe Bridge to see the results). When I copy the images inside of Adobe Bridge, the metadata is copied perfectly. What worries me is that I use a Microsoft utility called Robocopy to backup by files, and this tool seems to suffer from the same problem. Has anyone else experienced this problem?

    Are these .xmp files normally in the same directory as the images? I have Windows setup to show all files, even the hidden system files. I don't see any sidecar files. I played around with the the Preferences>Metadata>"Supports XMP" option and didn't see a difference.
    I wrote some C# code to open up these JPEGs and found that some of the files that copied had the xmp xml embedded into the image while in others it is missing.

  • IMPORTING keywords/metadata into Bridge

    I've followed the thread here: http://www.adobeforums.com/webx?127@@.3bbaa316.3bbb9835
    which goes into great detail as to how to export the data... but no mention of importing, even though it's titled as so.
    Is there a way to IMPORT metadata, specifically keywords, into Bridge?
    Ideally I would have a csv file, with file name in one column, keywords in next, import this and the rest is self explanatory obviously.
    any help is appreciated

    Ok here is a quick idea on how to do it...
    CSV file in the format
    FULL filename including path
    keywords seperated by a semicolon eg:
    C:/Pictures/China/Paul/P1000662.JPG,Fred;Joe
    C:/Pictures/China/Paul/P1000663.JPG,Graham;Paul
    C:/Pictures/China/Paul/P1000664.JPG,Paul
    code......
    #target bridge
    //Amend filename to suit
    var csv = new File("c:/a/csvmetadata.csv");
    csv.open("r");
    while(!csv.eof){
    strInputLine = csv.readln();
    if (strInputLine.length > 3) { // Make sure it isn't a blank line
    strInputLine = strInputLine.replace(/\\/g,'/'); //Change backslash to forward slash.
    inputArray = strInputLine.split(",");
    var csvFile = new File(inputArray[0]);
    if(csvFile.exists){ //Check if file exists
    writeMetadata(inputArray[0],inputArray[1]);
    function writeMetadata(file,keys){
    item = new Thumbnail(file);
    md =item.synchronousMetadata;
    md.namespace = "http://ns.adobe.com/photoshop/1.0/";
    md.Keywords = md.Keywords + ";" + keys; //Append keywords

  • LR4 - Hierarchical Keyword Metadata Writing Problem

    Having found a problem with LR4 in reading hierarchical metadata from photo files, I now seem to have found a similar problem when writing metadata to files.
    As before, I use hierarchical keywords with the "/" character as the separator in the photo files metadata.
    Let's say I assign the keyword "Christmas" to a photo. This actually has the hierarchy "Events/holidays/Christmas"
    When I write out the metadata to the photo, I want, and expect, the hierarchical keyword string to be written: Events/holidays/Christmas.
    Instead, what I get are three separate keywords written out separated by commas: Events,holidays,Christmas.
    This is pointless - LR4 has just destroyed my keyword hierarchy and just given me a flat list of keywords.
    Is this a bug, or is this indeed expected behaviour of LR4? Because if it's the latter, then LR4 is not going to work for me as a metadata editor.
    Thanks

    That's the expected behavior of LR 3 and 4.   Some background:
    There is no widely accepted industry standard yet for handling hiearchical keywords.  (The Metadata Working Group has defined a standard, but I don't know of any application that has implemented it yet.)
    LR stores hierarchical keywords in the XMP:HierarchicalSubject metadata field (a non-standard field recognized by LR and Bridge), with the elements of the hierarchy separated by "|", e.g. Events|Holidays|Christmas.   In the industry-standard field XMP:Subject, LR only stores non-hierarchical keywords.  You can control whether the containing keywords (e.g. Events and Holidays) are also stored in the XMP:Subject field with the keyword options Export Containing Keywords and Include On Export.
    Other non-standard approaches store hierarchical keywords in the XMP:Subject field, with the elements separated by "|", ".", or "/".  For compatability, LR will recognize those hierarchical keywords when it reads metadata, controlled by the options in Preferences > File Handling.  But LR always writes out its hierarchical keywords using its own non-standard approach.
    Perhaps in a few years, the industry will have converged on a standard and implemented it.

  • Are ratings, keywords, metadata etc stored in the original file?

    I've not been able to quite figure out if the keywords, ratings, iptc metadata etc are written back to the original files or if they are only stored in the database and/or XMP sidecar files. Can someone enlighten me on this one?
    I shot almost entirely in jpeg and really enjoy the lightroom experience as a whole. Over the last few years I've changed platforms and software packages a few times - sometimes my metadata came with the files, sometimes it didn't. I like both Bridge and iView as they write the data back to the files and I'm really hoping that this is the case with Lightroom. Anyone?

    I couldn't find an application called "Rember" but ran TechTool. There were no problems encountered with this machine!
    I have had no luck in restoring the original Lightroom library. As a result I am using Lightroom only "as needed."
    The original library is "in storage" should some solution emerge.
    When I can install V1 I will use the program again with the hope that there is an efficient back-up procedure documented in the help files.
    When using Lightroom in a limited way I had 2 additional crashes without loosing the new library. However some of the images that I imported as referenced files do not show in the Library mode but are included in the count and are visible in the Slideshow and Web moduals.
    This is frustrating and hope there is a good procedure documented in V1 to deal with backing up the library. I liked the Aperature Vault.
    I am cautiously optimistic that this problem will not re occur

  • Why do I have to physically enter a folder through Bridge, before Bridge will read keyword metadata

    I am a DAM specialist, and trying to figure out a temporary workflow for our designers. I'm currently using photo mechanic 5 to enter batches of metadata to files, then seeing if the keyworded terms are easily findable via Bridge. It's SUPER frustrating, that the user has to PHYSICALLY go into each sub folder in Bridge before the keyword data will populate search items when searching a larger folder. This sort of defeats the purpose of searching a directory doesn't it? It seems as though I could not rely on Bridge to be a good way for a group of designers to search large directories of files I've taken the time to label. Am I wrong?

    this is the main barrier for using it more. The data is not read in real time.
    I agree on your slow statement in general although using a fast system with SSD speeds things up. However you have  a wrong idea on the indexing and caching part.
    Bridge is working at its best in a single user environment and assuming your designer have a user account on their system this is where Bridge stores its cache. Normally you need to cache the files only once (sometimes when in trouble you need to purge or dump the cache), the newest files also need to be cached but this is automatically done when pointing to the folder. Indexing also is needed once per file and yes, on slow systems with large files this can take a while. 
    An other option is to let the users point to to the main folder and select menu view, view items from subfolders and ideally let it run overnight to cache the lot once totally, after this things will go faster.
    But as said, Bridge is not the ideal DAM application...

  • Cannot apply keywords/metadata to old pics - says "read only" files

    Hi, I'm new to Apple World. Got a new Intel iMac, latest version Leopard, Photoshop Elements 6 that came with Bridge. No problem working with new photos. But it will not let me apply new keywords or metadata to old pictures imported from disk because it says they are "read only." These old photos were copied to my Mac hard drive from DVDs that were incremental backups from my Photoshop Elements 4.0 catalog on my old Windows XP PC. They were all copied into folders that I named to correspond with the backup disks. Some of the keywords ("tags" on PC program) imported, but many didn't. So I'm going through the arduous task of manually inputting the data again. Tried it with a template first -- did let me add keywords. Then bringing up each picture individually it gives me the "can't apply metadata to read only files" message. I have hundreds of old photos in over 100 different categories (previously topical tags) to go through here. What is the solution? Please help! Thanks. Judy

    Judy
    can you be more specific about the 'Old Files'. Are they jpeg or tiff or something else. Do they have the proper extension jpeg: .jpg tiff: .tif etc..
    And I don't know what copy from Elements catalog means, do you have the actual original files copied or just previews or other files that were set there by elements in the catalog?
    Have you already checked if the files are not locked itself? select one in the finder, choose info and see if it is locked by itself ( there can also be a lock symbol in the bridge thumbnail that can be changed using Bridge menu.
    Last, not many visitors of this forum use Elements, have you already tried this question in the Elements forum itself??

  • Keywords / Metadata on RAW+JPG

    I shoot in RAW+JPG mode with my camera. I love the fact that Lr will show me the Raw files and the duplicate .Jpg's as 1 image. However I may have to turn on the "Treat .jpg's as separate files" button. When I add keywords to the .raw file, I need Lr to also apply that keyword to the duplicate .jpg. Is there a setting somewhere for this? I have the "Automatically write changes into XMP" checked...
    Thanks
    -Chris

    This is the exact question. I just found thin in the forum & I'm going to keep searching but I'd like to ask if anybody knows if this has been addressed since late November.
    I too shoot RAW + JPEG. I love that I only have to see one of them in LR. But, I want both files to be updated with the keywords I assign when I do "metadata save to file".
    I'll keep searching the forums. If I find nothing I'll add it to the fearture request forum.
    Thanks

  • I accidentally renamed all the file names on every single one of my 24000 photos in aperture using batch change ( keywords, metadata etc) Can I undo this action or will I need to restore from an earlier time machine/capsule backup?

    Undoing a batch metadata filename change in Aperture3?

    You're welcome.
    A second copy of the iPhoto library on a second drive is always good. I once lost my backup drive and the system drive at the same time, because a lightning caused a power surge that killed both my macs system drive and the connected backup drive. I was lucky to have a bootable clone of the system drive as a second backup.
    I like this version of the quote you cited:
    A little learning is a dangerous thing;
    drink deep, or taste not the Pierian spring:
    there shallow draughts intoxicate the brain,
    and drinking largely sobers us again.

  • Can Premier Pro make use of caption and keyword metadata from Lightroom

    I’m using Premier CS6 to create a slideshow with images from Lightroom. When I export from Lightroom, I have quite a bit of Metadata encoded into the image and I’m wondering if there is a way to see that metadata in Premier?
    I’m probably dreaming but I’d love to be able to create a lower third, title template that would get its information from the Caption field in Lightroom.
    Any other tips for using Lightroom and Premier together would be appreciated.

    Whatever metadata is viewable in PP will be available in the metadata pane.  However, titles cannot automatically 'grab' their data from any source.  It has to be typed or copied in manually.

  • Importing iView Media Pro INFP keyword metadata into LR1

    Hi All
    I have been tasked with testing LR1 for my employer. Currently, we have an iView [INFP] file containing hundreds of keywords. So far I have been unable to determine how to import (or convert and import) the INFP data into LR1. Does anyone out there know how to do this?
    Many thanks

    Forgive me if I am oversimplifying things, but if you are talking about regular iView MediaPro keyword list (I don't know what INFP means), there is a script with instructions on the iView user forum that will let you export the keywords into an XML file. Open that list in Excel, save it as a *.TXT file and then import the list into LR. You can probably import XML directly, but I am not sure.
    You can even create the hierarchies with the TXT file if you want to--all you need to do is to insert a tab for the next level of the hierarchy as in:
    Keyword 1
    Mother Level Keyword 2
    [Left TAB]Child Level Keyword 1
    [Left TAB]Child Level Keyword 2
    etc.
    Keyword 3
    I am pretty sure child-level keywords are distinct from base-level keywords. So if you have keywordX embedded into a file and your hierarchy is Keyword1>KeywordX, Keyword X from the file will be added as a new Keyword Tag and you will have:
    Keyword1>KeywordX
    as well as
    KeywordX

Maybe you are looking for

  • Automatic Payment Program Issues

    <h4>I have been trying to do the configuration for automatic payment and I keep getting this same error after the payment proposal is run. The payment proposal is created but all the invoices are put on the exception list. To help with the diagnosis

  • How can I get the red eye button?

    When I double click on a photo, rather than the edit button appearing, it simply toggles between Edit and Organize views. I have checked "change to edit view" when a photo is double clicked in the preferences window. Mac G4   Mac OS X (10.4.7)  

  • How Do We Know the iTunes 64-bit Version That Is Installed?

    I installed the 64-bit version of iTunes a while ago, have had two or three automatic updates since and now have v9.1.1.12. However, when I look at the Processors list in Task Manager I only see a process for "iTunes *32". There is no reference to a

  • CRM Interaction Centre - Video Demo or Success Stories

    Hi I am a new CRM Trainer and rolling out CRM Interaction Centre to my organisation. I have been searching the web to try and find a suitable video to show in the training sessions to set the scene.  I'd love to see a video of someone actually using

  • BAM Portal Aggregations Outside server - OWC Error

    Hi Is there a list of things which needs to be done in order to successfully view the BAM SSAS Aggregations in BAM Portal outside the server ? At the moment , the BAM portal throws the below Error as Office Web Components Error. Failed to get data.