Re: XMP to Excell or CSV
Hi Will, if you haven't done so already, I would propose to ask this question in the Prelude forum:Adobe Prelude RegardsJörg
View Articlehow to install xmp to photoshop cs6
Hi, I understand absolutely nothing in these things, but I guess I need to install this panel to my photoshop folder somehow to create my file's metadata. At this moment when I want to add some file...
View ArticleRe: how to install xmp to photoshop cs6
Hi Zhanna_K, STI has not been installed in PhotoShop. Please either re-install and select repair option or go to your installer folder and search for STI folder and run setup from there. Once it...
View ArticleImplementing PLUS Schema using the XMP SDK
Hello Adobies! I'm currently working on making a customized Adobe Bridge add-on that is used to enter, and extract certain metadata fields. I've been successful with the DC, IPTC Core, and Photoshop...
View ArticleRe: Implementing PLUS Schema using the XMP SDK
Hi KingMi21, Just pass "Licensor" not "plus:Licensor". "plus" will be prefix for "http://ns.useplus.org/ldf/xmp/1.0/", you can verify from namespace. From you code, it seems you are just trying to...
View ArticleRe: Implementing PLUS Schema using the XMP SDK
Hi Sunil! I am only able to get an empty result with either . How would I go about accessing LicensorName, or LicensorURL? Licensor I believe is an array of structs.
View ArticleRe: Implementing PLUS Schema using the XMP SDK
I've got it working- used the following: var name = xmp.getProperty("http://ns.useplus.org/ldf/xmp/1.0/", "plus:Licensor[1]/plus:LicensorName"); Essentially just the XML navigation to the relevant...
View ArticleRe: Update for XMP FileInfo SDK available
Jörg, you mentioned the converter for the panels in you post, but on the link for the SDK, it only has XMP-Toolkit-SDK-CC-201306. Is the the same for 2014? If so, where in the zip file is the...
View ArticleRe: Update for XMP FileInfo SDK available
Hi Chuck, the XMP Toolkit SDK is not the one that allows extension of the FileInfo dialogs in CC apps. Please have a look at the XMP Metadata UI SDK also available on the XMP Devnet page linked above....
View ArticleRe: Looking for RDF schema files
Hi Samy,has anything changed regarding this topic since 2010? We are also looking for a machine readable XMP schema definition of the standard namespaces (IPTC Core, IPTC Ext, etc.). Apparently the...
View ArticleRe: Embedding data from xml file into metadata of a pdf
Hi sunil May I know how to get the xml back after I embed it into the pdf? many thanks Brian
View ArticleRe: Embedding data from xml file into metadata of a pdf
Hi brian, Just use SerializeToBuffer api which will serialize the metadata in a buffer, once you get the buffer save it in some file. You can get the code in ModifyingXMP.cpp file. For your quick...
View ArticleEdge FX Download
Adobe Extension Manager tells me that the Edge FX extension package is not valid and will not be installed. What now?
View ArticleRe: Embedding data from xml file into metadata of a pdf
Dear Sunil, For the steps you have describe to embed data from xml file into metadataof a pdf, I want to follow the steps, however, after I download theXMPToolkit SDK and I donot know what to do. Maybe...
View ArticleRe: Embedding data from xml file into metadata of a pdf
Hi brian, It's very easy. You have already downloaded the current sdk from Adobe - XMP Developer Center | Adobe Developer Connection . Some prerequisites are required, following are these and steps...
View ArticleRe: Embedding data from xml file into metadata of a pdf
Dear Sunil, Thanks for your kindly guidance. I have followed it until the "go to/build and run GenerateXMPToolkitSDK_win.bat for windows" However , I have tried to select 4 and 5 for my 64 bit windows,...
View ArticleRe: Embedding data from xml file into metadata of a pdf
Dear Sunil, I redo the steps again and this time I use the latest version of cmakeversion cmake-3.0.2-win32-x86. I still have an error when I run in theconsole On Fri, Oct 3, 2014 at 2:09 PM,...
View ArticleRe: Embedding data from xml file into metadata of a pdf
Hi brian, I am aware about the incompatibility of "cmake and visual studio "and due to this I mentioned the cmake version clearly. Please use the cmake 2.8.12.2 not 3.x -Sunil
View ArticleRe: Embedding data from xml file into metadata of a pdf
Dear Sunil, After I change to cmake 2.8.12.2. it still has an error Thanks and Regards, Brian On Fri, Oct 3, 2014 at 3:47 PM, sunilkishorpathak <forums_noreply@adobe.com>
View Article