Looking for developer XMP Lightroom

Hi,
Lightroom 3 has a big problem for me with the Titles and Legends. We can only put one legend and one title per image and since I work in many languages (english/french/portuguese) I need to have the possibility to have 2 or 3 titles and legends for each picture. The solution I used till now is to create virtual images but it's a mess !
Anybody would be interested to work on it ?
Best,
David

Hi Klaus,
Good Morning!!.... I'm Harihara Sudhan as a Sr.Software Engineer, in MPS Limited, we are specializes in automating InDesign Server, InDesign CC and Desktop InDesign CS6. We could definitely help. You can contact me at the below mail id:
http://adi-mps.com
[email protected]

Similar Messages

  • Looking for developer for port to mac

    We have a plugin for Photoshop, which was developed on the pc;
    we are looking for a developer to port it to the mac;
    the interface with Photoshop is in C, C++, and the main portion
    of the program with all the graphics features is in Java,
    which got embedded in C.

    How much are you paying?
    � {�                                                                                                                                                                                                                                   

  • Exe Looking for development path names

    I have developed a project on DVD using several video clips
    I have used the following loadmovie script reference the
    paths
    (in a sub directory of root called red - the projector being
    in the root) :
    on startMovie
    append the searchPaths, the moviePath & "res"
    append the searchPaths, the moviePath & "sound"
    end
    However when transfering the disc to some machines or copying
    the contents to a hard drive - an message comes up asking "where
    is" the resource and references the original absolute file path
    from the development machine.
    Any ideas how i can solve this problem
    Cheers
    J

    I have found 'the searchpaths' to be very unreliable when
    using it to
    find external files. It is kind of hit or miss sometimes. In
    my case
    it was quicktime movies that it couldn't find. The way I
    fixed my
    problem was to parse the filename of the quicktime, and test
    to see if
    the file was in the place I expected it. Then set the
    filename to have
    the exact path it needed.
    This uses the BuddyAPI xtra. My project was PC only. You will
    have to
    make adjustments if you plan on having it work on Macintosh's
    as well.
    (watch for line wrapping on some of the longer lines of code
    here)
    on beginSprite me
    oldDelim=the itemDelimiter
    the itemDelimiter="\"
    thisMovie=sprite(me.spriteNum).member.filename.item[sprite(me.spriteNum).member.filename. item.count]
    sprite(me.spriteNum).member.filename=thisMovie
    if baFileExists(the moviePath&"res\"&thisMovie) then
    sprite(me.spriteNum).member.filename=the
    moviePath&"Media\Movies\"&thisMovie
    end if
    if baFileExists(the moviePath&"sound\"&thisMovie)
    then
    sprite(me.spriteNum).member.filename=the
    moviePath&"Media\Movies\"&thisMovie
    end if
    the itemDelimiter=oldDelim
    end

  • "Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect? URL: /includes/javascript/xajax_js/xajax.js". other posters with a xajax error on this board got the response to go look for developer resources. (i'm not a developer)

    I'm on a mac running 10.6.8, was using Firefox 6.02 when the problem started, i performed a clean install of 7.01, installed the latest Flashplayer, and reinstalled java (the 10.6.5 update file from apple's site).
    I seem able to load video at youtube.com, and was able to load web-based irc chatrooms at ircchat.tv. however, at jamplay.com a paid member site, all of the lessons are flash video, and there's a live video feed chat room that is also flash based, and I am not able to view this content. the video content pops up the error message "Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?
    URL: /includes/javascript/xajax_js/xajax.js" and the clicking on the "launch chatroom" button does exactly nothing.
    I have contacted the jamplay site team but their recommendations are the steps I have already taken, mentioned above, that did not resolve the issue.
    some links to content on their site visible without being a member:
    http://www.jamplay.com/
    this one has a flash interface that, if things were working, would have a video in the center and members and staff talking abouth that area of the site when you click on one of the title buttons. Now that I am having this problem, nothing is clickable and there's no indication that there should be a video in the center. The error message regarding xajax does not come up at all.
    http://www.jamplay.com/guitar-lessons/beginners/1/527-16-circle-of-fifths
    same thing. video content is missing, xajax error does not appear.
    http://www.jamplay.com/live
    when I load these all content except the video loads on the page. this page does not give me the error at all, just does not load the video
    I can't seem to recreate the actual error without being logged in as a member of the site.
    The apple support team gave me a one-time free suppport ticket to troubleshoot an ethernet issue I was having. Unfortunately, the databases I removed were not deemed either by apple or me to be noteworthy or necessary to retain (all of them were for software I not longer have or use). I don't know which plist file might have been the one I need now. I did reinstall the java and flash items. The only other item that I think it might be is a set of belkin router software that I uninstalled because i'm not using any belkin hardware anymore.
    If someone has any kind of idea I would be most appreciative.

    That's a comment in the file. It has no effect at all.

  • Looking for a specific Lightroom 3 episode

    Can someone help me find a specific Lightroom 3 episode on Adobe TV where Julieanne Kost edit a picture of a dog laying down, I think a golden retriever, and opened it in Photoshop to teach how to select the clear color dog against a dark background. Can you help me find it?
    Thanks
    André

    I thought you might have this issue, and I had meant to point out a problem with your workflow, but it slipped my mind.
    The file you're working with is a .psd, and it contains 1 layer, rather than being a flattened image. So what's happening is that when you drop the file into the Sequence it becomes a Nested Item.
    That's why when you double click it, it opens in its own sequence, constrained to its own dimensions. When you add the basic 3d filter, you are then animating it in that sequence, rather than the main sequence.
    Without going back to Photoshop, the easiest fix is to
    1. Cut the effect from the clip.
    2. Go back to the main sequence and Option Double Click the clip. You are now accessing the master clip, rather than its subclip which is the single .psd layer.
    3. Paste the filter. I believe your keyframed motion will be retained, and the clip will now rotate in the main sequence without cropping.
    4. Remember from here on that to access the filter again you have to Option Double Click the layer.

  • Looking for Development Environment Like MS Visual Studio

    Trying to find an OSX equivalent to Microsoft Visual Studio (specifically C#). I thought Xcode might be it and downloaded it, but it doesn't seem as intuitive as Visual Studio - can't figure out where to start. I want to design windows that the user can interact with - push buttons, display text, etc. It's not obvious how to get started with Xcode, and I'm wondering if I'm even poking around in the right area.
    I have a web-based app put together on my MAC that uses a combination of web pages and CGI code that I can use as a prototype. I'd like to try to duplicate this using the MAC GUI. Can someone point me in the right direction and suggest some good primer books?
    Thanks!

    Xcode is it. It is much different than Visual Studio, but so is the platform and language. For example, in the MS environment, the UI designer creates source code that you edit. In OS X, the UI designer doesn't create source code because the UI is a fully-instantiated object that's built on the fly (and doesn't require compilation). You create connections between the elements through a drag-and-drop mechanism that basically plugs UI element events into controller object methods. In OS X, applications are "bundles" of code and resources, whereas Windows has a more loosely-defined structure.
    It does take some getting used to, but the XCode UI is mostly designed around this different sort of approach to writing the software.
    Alternatively, you can use something like Eclipse, which is closer to VS in many respects, but painful to write Objective-C code while using the Interface Builder.

  • Looking for Enterprise Portal training

    I am looking for recommendations, for Portal Admin training (EP6).  We are about to upgrade from EP5 to EP6, and take on a few new projects on the new platform.  I would be interested in topics such as installation, security, deploying iviews, system configuration, user management, monitoring and tuning. 
    I am NOT looking for developer training, I am in Basis and we have other developers that will write the code.
    Thanks,
    Scott

    I am new to SAP Enterprise Portal (NetWeaver) and am looking for advice on SAP courses to take.
    I am looking to start with SAPEP (SAP NetWeaver Portal Fundamentals).  Do you know of anyone that has taken this course and could you tell me if it is beneficial to take as a preview to JA100 (SAP J2SE fundamentals)?  Can I continue with the Java courses without this class, etc?
    Is SAPEP worth the costs?
    Any advice would be much appreciated.
    Thanks in advance.
    Steve

  • Looking for Lightroom Plugin Developer for a Project

    We are looking for a developer who can help us create a Lightroom plugin that will allow Lightroom users to upload their photos for print to our web based print and production service. Minimal user interface required. In the first stage of the project, shopping cart including pricing and shipping information will be handled by the web system. Later stages may include advertising pricing information inside Lightroom.
    For more information respond to this thread or send an email to [email protected]
    Klaus Sonnenleiter
    http://www.printedart.com

    studiodh33,
    Please see private message if you haven't already...
    -Rob

  • Looking for XMP schema relevant to scanned documents

    I want to embed XMP metadata in a scanned document, I'm looking for any existing schema or standards or even existing practice by anybody.
    Examples:
    physical sheet number
    side of page (front or back)
    make & model of scanner
    operator name
    scan resolution (DPI)
    paper size
    pixel format
    paper orientation
    Doesn't have to be those exact things, anything relevant would be interesting.

    Thanks for that link. Have to read it.
    I tracked the current problem down to the fact, that Adobe Lightroom puts the usageTerms into an element, looking like
    <xapRights:UsageTerms>
    <rdf:Alt>
    <rdf:li xml:lang="x-default">
    ...some text...</rdf:li>
    </rdf:Alt>
    </xapRights:UsageTerms>
    while bibble Pro 5 puts it into an attribute like
    <rdf:Description ... xmpRights:UsageTerms="..." ...>
    Based on the descriptions about XMP I found so far it is impossible to tell which of both is correct (and where the element or attribute is allowed). Hope to find some answers in that document.

  • Looking for assistance in developing a magazine with 117 pages - iPad App with Adobe digital Publishing suite for the iStore

    We are looking for some help in developing and App, so that we can publish our current hard-copy magazine with 117 pages onto the iStore any suggestions?

    as bob said, it depends what kind of assistance.
    which language is needed, are you able to spend money on it, when is the deadline.
    do you need technic support, design help? do you have a license for dps, which one?
    ect.
    if you need a professional, experienced team our company could help you. but we will not work for free

  • Looking for a Developer

    I'm looking for someone to team up with who knows how to code applications in Mac OS X or open source. I have an idea that I want to develop for an app that I believe can be very marketable to specific professionals. There is a need and I don't see an app that fills this need yet. The Apple community is growing for this specific user group and this idea could be the right time to develop this application. I will provide the idea and structure - you help me develop the interface and put into source code.
    Contact me and we can discuss.

    Hello,
    it all depends on what you want... you can want a powerful heavyside client (=> a Java application), you can want a lightweight client relying on WebServices (=> MDS), you can want no client at all, a simply a productivity webpage (=> Browser development).
    http://na.blackberry.com/eng/developers/started/tools.jsp
    There is even a video that managers can understand that explains the differences between the three (but I can't find it and I'm in a hurry).
    The search box on top-right of this page is your true friend, and the public Knowledge Base too:

  • Looking for a WebObjects Developer

    Not a technical question, but I think this is relevant to the list. If not, please let me know.
    I am undertaking a new project, and am looking for a WebObject/Wonder developer to work with. If you know me, you know I went through an unfortunate (and unwanted) life change related to divorce and I took a big hit to my business. But I'm through most of that now, and I am looking to put the pieces back together.
    One of those pieces was the flagship software-as-a-service product of my company. In the cataclysm of divorce and business partner breakup, I lost my source code, server infrastructure, everything. So now I'm starting from scratch. Well, not entirely. I am re-designing my product, taking the lessons learned and improving. That's what life is all about, right? 
    I need a developer to work with, for the next few months (on the side if fully engaged already, or some other commitment), to help me take my product from this design phase to launch (at least release one -- I have no illusions about building a 100%-feature complete WO app, ever). The developer doesn't need to be local (as a matter of fact, I prefer a global sourcing), but he/she does need to be a WebObjects/Wonder person, and understand that this project has to be built from the ground up in a way that I can manage with limited staff going forward. In other words, simple design, automated build/deployments, Selenium tags integrated into the HTML, etc.
    I have a design brief I can share, if someone is interested. From there, we can figure out the logistical and cost details. So, if you or someone you know is interested, please reach out to me.
    Thanks
    Tom Termini

    >>looking for a top flash developer with dream
    actionscripting skills
    Isn't everybody these days...
    Wrong place to post this ->
    http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid=38&catid=219

  • Looking for a Apple developer to help me create an application

    Looking for a Apple developer to help me create an application

    Sure, but I meant he/she could sign up, and then see who is asking questions in the right sort of market area and potentially make contact that way ?

  • Looking for someone with ios developer account who can compile and test my app on ios 8

    Hi,
    my ios developer account expired.
    Before I renew it i want to be sure that my app will still run on ios 8
    It's a flex app , downloadable  on google code : Source Checkout - helpdiabetes-air - HelpDiabetes written for Adobe AIR - Google Project Hosting
    So i'm looking for some one with flash builder installed, with the latest flex sdk (4.13) , an ios developer account and a device with ios 8, who wants to build and install the app for me.
    See if it runs.
    thanks,
    Johan

    I have to say this is the hardest thing to diagnose that I have come up against over the past 10 years! Completely out of ideas.
    If this was just the Intuos3 with the mouse on my G5 then I would just say it is a bad mouse switch, but when a different mouse on two different tablets (Intuos 2 and Intuos3) are both exhibiting the same behavior on two different computers (a G4 Laptop and a G5 Tower) - then something is wrong.
    The only other thing I have done to both computers recently is I installed Adobe CS3. Have any of you that have responded also installed CS3?
    This is not a Wacom Driver issue, because if you plug in a tablet without the Wacom Driver installed, the mouse should still work like a standard mouse and I am having trouble even then. Even during a restart of the computer as soon as the Wacom tablet blue light comes on - even before the desktop appears, if I hold down the mouse button the tablet will irratically flicker between blue (receiving power from USB) to green (mouse button engaged)? (Again it does not do this with the Pen - it always works fine - just any Wacom mouse).
    If it were a USB power issue the tablet light would go off and on, but it doesn't - one of the LEDs is always lit. If it were a tablet grid issue, the Pen would also display the same symptoms - it doesn't. It acts like the mouse does not have enough "consistent power" output to keep the grid engaged when activated which would be easily explained by a bad mouse switch or for sure if the mouse had a bad battery, but I don't think the mouse has a battery does it? And none of this explains why I am getting this on two tablets with two mice (unless the mouse actually does have a battery and both are bad)?
    Anyway I am 95% sure this is a communication problem between the mouse and the tablet - not the tablet and the computer and Driver is not in the equation.
    Really stumped.

  • Looking for an iPhone App developer

    Hi,
    I'm looking for an iPhone app developer, preferably in the UK, to work with me on a couple of reference apps. Drop me a line if you'd like more information; [email protected]
    Cheers
    Phil

    Possibly Sketchbook Pro or Express from the Mac App store.
    https://itunes.apple.com/us/app/sketchbook-pro-6/id553377898?mt=12
    https://itunes.apple.com/us/app/sketchbook-express/id404243625?mt=12

Maybe you are looking for