Inherited metadata during copy and paste

We maintain a large DAM of product images with extensive metadata applied (model numbers, size, color, origin, usage rights etc.) Often these individual product images are combined into a single "family" shot. But when you copy and paste from one photoshop file into another, the metadata does not carry along with it. Is there any way to allow for parent/child metadata relationships?

oh boy
I had the same issue with my E250 on Solaris 2.7
running on Raptor card.
what is the patch level u are using? .
I had occassions were I had to upgrade my E250 box
with Solaris 2.8 10/00 version and from the time i did
that things are absolutely fine and one thing i would
suggest is instead of double clicking your Sun Mouse
button try using "Copy" > "Paste" tabs u will find
on ur CDE terminal that should not freeze ur box
Good luck
Rajesh

Similar Messages

  • Font changes size during copy and paste

    How can you get photoshop to keep the same font size during copy and paste? For example, I copied text that was 14pt and it pasted as 16.44pt. I am copying and pasting text in the same photshop document. Thanks!

    Then tell us more about your issue: is it the case for all files, does it happen for text lines, or paragraph text, inside the same text block...
    What are the settings of the text tool?

  • Keep Formatting during Copy and Paste in Text Box

    Hi everyone,
    I'm using Adobe Acrobat XI v11.0.0 on Windows 7.
    When I am copying and pasting numbers and text within the same text box, I lose the original formatting. How can I paste with the formatting retained? For example, if I copy Bold1234subscript , pasting within the same text box gives me Bold1234Subscript.
    However, formatting is preserved when I copy and paste the entire text box.
    Thank you very much!

    As far as I know you can't do that. In any case, it sounds like you are trying to use Acrobat in a way that is not part of its design. Go back to your original document and edit that, then create a new PDF.

  • Shortcut-Bug in Bridge CS6 for Mac / Bridge cant' copy and paste metadata

    The cmd-keys / shortcuts doesn't work in the file info panel btw. in the xmp / iptc fields (e.g. cmd+c, cmd+v, ...) of Adobe Bridge CS6 (Mac OS 10.6.8 and 10.7.3). You are not able to cut and paste info from one box to another like previous versions.
    This bug only appears in the file info window (opened via alt+i) in Bridge CS6 - if you edit information or metadata in the file info panel in Photoshop CS6, the shortcuts or copy and paste from one field to another works.
    The shortcuts also work under Windows (tested under Vista).
    I noticed this minor bug already one in the Photoshop CS6 Beta more than one months ago. I hoped that this was corrected in the official test version, but unfortunately it is not. Although it is a minor bug, it is IMHO a basic function and would be very helpful in my daily work. Bridge CS6 and ACR 7 are very good and meet my expect ions or needs - it is too bad, that such a small thing is making working with the application a little bit annoying.
    It would be nice, if you could forward this to Adobe engineers that they can fix it.
    Thanks so much!

    Thanks! If there is a workaround or simple solution, I would be very glad if you could inform me.
    Christian
    (signature removed by the Admin)
    Am 14.05.2012 um 13:49 schrieb FrankBiederich:
    Re: Bridge CS6 Mac XMP File Info Panel Bug: can't copy and paste metadata
    created by FrankBiederich in XMP SDK - View the full discussion
    Thanks for your report; we'll look into it.
    Frank
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Re: Bridge CS6 Mac XMP File Info Panel Bug: can't copy and paste metadata
    To unsubscribe from this thread, please visit the message page at Re: Bridge CS6 Mac XMP File Info Panel Bug: can't copy and paste metadata. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in XMP SDK by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.
    Message was edited by: Arpit Kapoor

  • Bridge CS6 Mac XMP File Info Panel Bug: can't copy and paste metadata

    The cmd-keys / shortcuts doesn't work in the xmp file info panel btw. in the xmp / iptc fields (e.g. cmd+c, cmd+v, ...) of Adobe Bridge CS6 (Mac OS 10.6.8 and 10.7.3). You are not able to cut and paste info from one box to another like previous versions.
    This bug only appears in the xmp file info window (opened via alt+i) in Bridge CS6 - if you edit information or metadata in the file info panel in Photoshop CS6 copy and paste from one field to another works.
    The shortcuts also work under Windows (tested under Vista).
    I noticed this minor bug already one in the Photoshop CS6 Beta more than one months ago. I hoped that this was corrected in the official test version, but unfortunately it is not. Although it is a minor bug, it is IMHO a basic function and would be very helpful in my daily work - it is too bad, that such a small thing is making working with the application a little bit annoying.

    Thanks! If there is a workaround or simple solution, I would be very glad if you could inform me.
    Christian
    (signature removed by the Admin)
    Am 14.05.2012 um 13:49 schrieb FrankBiederich:
    Re: Bridge CS6 Mac XMP File Info Panel Bug: can't copy and paste metadata
    created by FrankBiederich in XMP SDK - View the full discussion
    Thanks for your report; we'll look into it.
    Frank
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Re: Bridge CS6 Mac XMP File Info Panel Bug: can't copy and paste metadata
    To unsubscribe from this thread, please visit the message page at Re: Bridge CS6 Mac XMP File Info Panel Bug: can't copy and paste metadata. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in XMP SDK by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.
    Message was edited by: Arpit Kapoor

  • Copy and paste metadata

    I'd like to be able to copy and paste metadata from one to many. I envisage it as a process similar to copying and pasting Adobe Camera Raw settings, with a Paste Special style dialog. Camera EXIF data would be excluded, but you'd be choose to paste just the keywords, or the keywords and the description etc.
    While you can always save a metadata template, that's not ideal for routine work. And you have to edit a metadata template manually before risking applying it to other images.
    John

    You could modify the code to suit as an example I have added Description to Keywords
    This just appends the description, if you want to replace uncomment the marked line..
    #target bridge
    DataCopy();
    function DataCopy(){
    var SP = new TabbedPalette( app.document, "Copy MetaData", "CMtab", "script", "left", "top");
    SP.content.onResize = function(){
      var b = this.bounds;
      pnl.bounds = b;
      this.layout.resize(true);
      SP.content.layout.layout(true);
        Keywords=[];
        Description =[];
        Title=[];
        Headline='';
    var pnl = SP.content.add("panel", undefined , "");
    pnl.alignChildren = ["center", "fill"];
    var mainBtnGp = pnl.add("group");
    mainBtnGp.orientation = "column";
    var titleGp = mainBtnGp.add("group");
    titleGp.alignment ="column";
    var title = titleGp.add("statictext", undefined, "Copy/Paste Metadata");
    var g = title.graphics;
    g.font = ScriptUI.newFont ("Arial", 14);
        var gp2 = mainBtnGp.add("group");
    gp2.p1 = gp2.add('panel');
         gp2a = gp2.p1.add('group');
        gp2a.orientation = "column";
    gp2a.alignment ="left";
        gp2a.cb1 = gp2a.add("checkbox",undefined,'Key Words');
        gp2a.cb2 = gp2a.add("checkbox",undefined,'Description');
        gp2a.cb3 = gp2a.add("checkbox",undefined,'Title');
        gp2a.cb4 =gp2a.add("checkbox",undefined,'Headline');
        gp2a.cb5 =gp2a.add("checkbox",undefined,'Desc to Key Words');
        gp2b = gp2.p1.add('group');
        gp2b.orientation = "column";
    gp2b.alignment = "fill"
        gp2b.bu1 = gp2b.add('button',undefined,'Select Data');
         gp2b.bu2 = gp2b.add('button',undefined,'Reset');
         gp2b.bu2.onClick = function(){
         Keywords=[];
         Description=[];
         Title=[];
         Headline='';
         gp2a.cb1.value  = false;
         gp2a.cb2.value  = false;
         gp2a.cb3.value  = false;
         gp2a.cb4.value  = false;
         gp2a.cb5.value  = false;
        gp2b.bu1.onClick = function(){
            var dat = false;
            if(gp2a.cb1.value) dat = true;
            if(gp2a.cb2.value) dat = true;
            if(gp2a.cb3.value) dat = true;
            if(gp2a.cb4.value) dat = true;
            if(gp2a.cb5.value) dat = true;
            if(!dat) {
                alert("Please select at least one checkbox");
                return;
            loadXMPLib();
            var thumb = app.document.selections[0];
    if(!app.document.selections.length) return;
        if(thumb.type != "file") return;
    var selectedFile = thumb.spec;   
    var myXmpFile = new XMPFile( selectedFile.fsName, XMPConst.UNKNOWN, XMPConst.OPEN_FOR_READ);
    myXmp = myXmpFile.getXMP();
    try{
    if(gp2a.cb1.value){
    Keywords = getArrayItems(XMPConst.NS_DC,'subject');
    if(gp2a.cb2.value){
    Description =  getArrayItems(XMPConst.NS_DC, "description");
    if(gp2a.cb3.value){
    Title = getArrayItems(XMPConst.NS_DC, "title");
    if(gp2a.cb4.value){
    Headline =  "\"" + myXmp.getProperty(XMPConst.NS_PHOTOSHOP, "Headline") + "\"";
    Headline=Headline.replace(/\"/g,'');
    if(gp2a.cb5.value){
    Description =  getArrayItems(XMPConst.NS_DC, "description").toString().replace(/\r|\n/g,'');
    unloadXMPLib();
    }catch(e){alert(e +" Line: "+ e.line);}
    gp2b.bu3 = gp2b.add('button',undefined,'Use Metadata');
    gp2b.bu3.onClick = function(){
    var sels = app.document.selections;
    loadXMPLib();
    for (var a in sels){
    var thumb = new Thumbnail(sels[a]);
       if(thumb.hasMetadata){
          var selectedFile = thumb.spec;   
          var myXmpFile = new XMPFile( selectedFile.fsName, XMPConst.UNKNOWN, XMPConst.OPEN_FOR_UPDATE);
      var myXmp = myXmpFile.getXMP();
            try{
            if(gp2a.cb1.value){
            myXmp.deleteProperty(XMPConst.NS_DC,'subject');
            for(var s in Keywords){
            myXmp.appendArrayItem(XMPConst.NS_DC, "subject", Keywords[s], 0,XMPConst.PROP_IS_ARRAY);
        if(gp2a.cb2.value){
            myXmp.deleteProperty(XMPConst.NS_DC, "description");
            myXmp.setLocalizedText( XMPConst.NS_DC, "description", null, "x-default", Description );
        if(gp2a.cb3.value){
            myXmp.deleteProperty(XMPConst.NS_DC, "title");
            myXmp.appendArrayItem(XMPConst.NS_DC, "title", Title, 0, XMPConst.ALIAS_TO_ALT_TEXT);
            myXmp.setQualifier(XMPConst.NS_DC, "title[1]", "http://www.w3.org/XML/1998/namespace", "lang", "x-default");
        if(gp2a.cb4.value){
            myXmp.deleteProperty(XMPConst.NS_PHOTOSHOP, "Headline");
            myXmp.setProperty(XMPConst.NS_PHOTOSHOP, "Headline", Headline);
        if(gp2a.cb5.value){
            //uncomment the line below to remove all keywords before adding the description
           // myXmp.deleteProperty(XMPConst.NS_DC,'subject');
            myXmp.appendArrayItem(XMPConst.NS_DC, "subject", Description, 0,XMPConst.PROP_IS_ARRAY);
        if (myXmpFile.canPutXMP(myXmp)) {
            myXmpFile.putXMP(myXmp);
             myXmpFile.closeFile(XMPConst.CLOSE_UPDATE_SAFELY);
        }catch(e){alert(e+" Line : "+e.line);}
        unloadXMPLib();
    SP.content.layout.layout(true);
    function getArrayItems(ns, prop){
    var arrItem=[];
    try{
    var items = myXmp.countArrayItems(ns, prop);
       for(var i = 1;i <= items;i++){
         arrItem.push(myXmp.getArrayItem(ns, prop, i));
    return arrItem;
    }catch(e){alert(e +" Line: "+ e.line);}
    function loadXMPLib(){
    if (ExternalObject.AdobeXMPScript == undefined) {
        ExternalObject.AdobeXMPScript = new ExternalObject("lib:AdobeXMPScript");
    function unloadXMPLib(){
       if( ExternalObject.AdobeXMPScript ) {
          try{
             ExternalObject.AdobeXMPScript.unload();
             ExternalObject.AdobeXMPScript = undefined;
          }catch (e){ }

  • How do I copy and paste in Adobe Audition 2.0 and keep my markers and metadata?

    I'm trying to paste sections of sound file at the end of a different file, but when it pastes I lose all my markers and metadata which were saved on the original file. Does anyone know how I might copy the markers over as well? Would really appreciate some help! Thanks

    Unfortunately you cannot retain markers within a section that you copy and paste since any markers shown in an audio file in Waveform view only relate to the time on the timescale of that particular audio file. As soon as you copy a section of the audio and try and paste it into another file the marker positions no longer relate to the Timeline into which you are pasting them. Therefore they have to be discarded, I'm afraid.

  • I loaded iTunes on a new laptop. I copied and pasted my albums to a 4G stick and down loaded them to the new laptop. Placing them in, Libraries – Music – iTunes and than in Itunes used File – add file to library. So far so good. For what ever reason one o

    I loaded iTunes on a new laptop. I copied and pasted my albums to a 4G stick and down loaded them to the new laptop. Placing them in, Libraries – Music – iTunes and than in Itunes used File – add file to library. So far so good. For what ever reason one of the CDs would not load onto the stick. I got the orginal CD and loaded directly to Itunes. Now when I look in  Libraries – Music – iTunes it’s not there but it is in and plays in iTunes. What should I have done or should I be doing? Thanks.

    It's not a unique situation - happens all the time, smaller hard drives getting filled up.
    It's also easy to fix. I just moved my itunes content to a bigger hard drive.
    First I made a backup of the itunes database file - iTunes Library.itl. Just in case anything went wrong.
    Nothing did go wrong, but I'd have it in case anything DID go wrong. That file holds ratings, playcounts, Date Added, and other metadata.
    Second, in itunes change the preferences > advanced tab to tell itunes to put everything on G:
    Set the itunes folder location to something like G:Media or G:iTunes
    This will affect all FUTURE additions to itunes and not do anything to the existing locations.
    Make sure the checkbox for "Keep itunes organized" is NOT checked. I also left the "Copy files when adding" unchecked.
    Third, to move all the files to G: without itunes losing the paths, run the File > Library > Organize > Consolidate command. This will need to run a while, so be patient as it copies all the files to the new G: location. This does NOT delete the originals. You will have to do that.
    Fourth, make sure everything in itunes is OK and you can play stuff in your library. If you're really cautious you can run a script to check for missing/dead tracks.

  • Captivate 6 - Cannot copy and paste to different slides

    Hello,
    I have recently spent some time creating an Captivate template to use for my company' s eLearnings. I noticed when I created a project from this template, I am not able to copy and paste objects (eg buttons) from one slide to the next in the new cptx file.
       As a test, I created a simple dummy template, and then created a project from this dummy template, and I have the same problem.
       Within the dummy template, I can copy and paste objects to a new slide, but within my company's template, I cannot. 
    Note: the pasted object doesnt show up on the stage nor the timeline.

    Thanks.  Yea, I think I incorrectly used the template.   I inserted a number of text captions (not place-holders) into my template, and these annoyingly essentially became master slides within my .cptx project - in other words, any inserted slide in the new .cptx project placed after one of these "template" slides inherted the text captions from the "template" slide, and I couldn't delete these text captions. I essentially had to delete the "template" slide and rebuild it within the .cptx project.  What is even weirder, is the inherted, un-wanted text captions did not appear during playback or in the film-strip, but only were visible on stage in "editing" mode. 
    Ryan

  • I cannot copy and paste to a new layer in PSCC

    I am trying to use the magnetic lasso tool to outline my product and move that product to it's own layer so I can create a banner.
    The lasso will not turn off, I have made sure it met the beginning of the outline, and I have clicked enter. I was instructed to copy the product and paste it and it will show up as a new layer. I am concerned that I have something set or not set that would cause the tools to stick, and that I am missing a step between copy and paste.
    Can someone please help me or direct me to a tutorial that will cover these subjects? I have been trying to figure it out on my own for two days.
    Thanks,

    I actually found under  EDIT then Catalog settings / then metadata that the automatic write changes to XMP had been unchecked. Once I check this, it updated and connected all the keywords to the pictures. Now when I copy and paste the keywords show up as I can now detect them in Adobe bridge when before I couldn't see them even though they were in lightroom. . Thanks for your input.

  • Using copy and paste in Adobe Bridge 5.0

    When using Adobe Bridge 5.0, and while adding metadata to photos, whenever I use the command control-C to copy and paste metadata entries, my software locks up and I have to reboot.  The last time this happened, I was told to clear my Cache, and that worked, but now I have cleared the cache several times and rebooted, and the software still locks up.

    Hi BOX697,
    I would suggest posting this question in the Adobe Bridge forum, located here: http://forums.adobe.com/community/bridge
    You will probably get a quicker answer there!
    Cheers,
    Michael

  • Why cant I copy and paste local links (file:/// or bookmarks) into an editable page (browser or email) in Fx 4 or 5, as I COULD in Fx 3?

    During the time I was using Fx 3, I found out that I could copy and past links and bookmark folders into an editable page in firefox, and manipulate those links just as I could in my emails for instance -- copy and paste to my hearts content! and the links would remain clickable--
    now, having switched to Fx 4, and then a week later Fx 5, I find out that in neither of these versions can I still do this same operation-- the links from file (file:///) and bookmarks to local pages (including about:config, or about:blank) used to show up in an editable page (and then saved in the scrapbook extension, but even if saved onboard my disk, no matter) as a clickable link-- (no, about config would not open up from a saved page, Im trying to remember more examples here, the LINK would still be a correct hyperlink)
    now, in Fx 4 and 5, these links are copied to the clipboard as text only!
    this saddens greatly-- I was making wonderful use of this feature back in Fx 3.6-- but Fx 5 really is faster, and so far, ALL the extensions Ive come to LOVE still work great in Fx5, and things happen faster
    can someone tell me why,
    and
    is there a config setting, or some other solution that can change this back for me?
    ("3 people have this problem 2 new this week")
    THANK YOU "I have this problem too" clickers!!!
    Im still checking back here regularly to find out WHY!?

    During the time I was using Fx 3, I found out that I could copy and past links and bookmark folders into an editable page in firefox, and manipulate those links just as I could in my emails for instance -- copy and paste to my hearts content! and the links would remain clickable--
    now, having switched to Fx 4, and then a week later Fx 5, I find out that in neither of these versions can I still do this same operation-- the links from file (file:///) and bookmarks to local pages (including about:config, or about:blank) used to show up in an editable page (and then saved in the scrapbook extension, but even if saved onboard my disk, no matter) as a clickable link-- (no, about config would not open up from a saved page, Im trying to remember more examples here, the LINK would still be a correct hyperlink)
    now, in Fx 4 and 5, these links are copied to the clipboard as text only!
    this saddens greatly-- I was making wonderful use of this feature back in Fx 3.6-- but Fx 5 really is faster, and so far, ALL the extensions Ive come to LOVE still work great in Fx5, and things happen faster
    can someone tell me why,
    and
    is there a config setting, or some other solution that can change this back for me?
    ("3 people have this problem 2 new this week")
    THANK YOU "I have this problem too" clickers!!!
    Im still checking back here regularly to find out WHY!?

  • How do I disable the paste function on a PDF so that the reader can write text on it but not copy and paste text onto it?

    I'm trying to create a PDF for my students to take notes on during class but I don't want them to be able to copy and paste the notes. I'm using adobe professional to create the PDF.

    Why do you want to prevent copy and paste? They can take screen shots of the pdf if they are real insistent? If you password protect your file, to prevent copy and paste, but that is trivial to circumvent. You can convert your pdf to tiff and then re-import, the resulting file will be an image pdf file.The contents will be an image which doesn’t prevent copy and paste, will prevent it being done as text.

  • Cannot copy and paste while online

    Can you help?
    I cannot copy and paste parts out of webpage or document that I see online.
    I can during iPages.
    MacBook Pro

    What are you trying to copy and paste? Text? Images? What?
    Clinton

  • Copy and paste styles do not work in toolbar

    I cannot get the copy and paste style functions in the toolbar to work properly for Pages 5.5.   is this something not available in 5.5?
    Do I need to export my document back to Pages 4.3 to have that feature available?

    Hi Pcenginefx,
    This is expected behavior. Marking In and Out points in clip thumbnails is not supported directly in the Media Browser, you must import the clips to the Project panel first. Clips in the Media Browser cannot have metadata added to them to them (like In and Out points) until they are in the project.
    You can still open the clips from the Media Browser into the Source Monitor to set In and Out points before importing them into the project if that workflow is important to you.

Maybe you are looking for

  • Problem in navigating out of the block

    Hi, There is a form created with the help of data block wizard. The form contains 4 data blocks. The entry is to be done in a way that the first threee fields are from the first data bolck and the 4th field is from the next data block. The problem I

  • Blue ribbon question

    Any one know why I get 2 downloads of an App in the ipad viewer, one with a blue ribbon and one without? Cheers Alistair

  • Time machine backups inaccessible after reconfiguring OS X Server

    I'm having a Time Machine issue. I back up to a Mac Mini running Mac OS X Server 4 on Yosemite 10.10.1.  The Time Machine service is turned on and pointing to a volume directly connected to that Mini.  The machine backing up to the server is a MacBoo

  • Mac OS X Unexpectedly Quits!

    Several times within the last few weeks, I have been prompted to re-start my computer - apparently for no reason. I'll be on the internet, running various apps, and suddenly the screen starts to darken form the top down to the bottom and I get the fo

  • How to get my comcast email on my iphone 4

    tryed everything idk how to do it did have my yahoo mail on there just fine but comcast email wont even verify so hows it done?