Skip to main content
Inspiring
October 11, 2011
Question

Add data in Raw Data & Advanced tabs in FileInfo panel

  • October 11, 2011
  • 3 replies
  • 1137 views

Hi..

How can we add data in RawData & Advanced tabs in FileInfo panel?? I tried using CreateXMPSession as well as UpdateDynamicMetadataFields, but couldn't get any results. Please help!

Thanks..!

This topic has been closed for replies.

3 replies

A. Patterson
Inspiring
October 11, 2011

I think you need the XMP toolkit to work with that. I'm pretty sure you can alter those fields but I've never done it. I think you use AIDocumentSuite::GetDocumentXAP() and then use the XMP SDK to parse & alter it. Then you use AIDocumentSuite::SetDocumentXAP() to write it back to the document. I don't know how to use or install the XMP SDK, but presumably you can find information here:

http://www.adobe.com/devnet/xmp.html

poortip87Author
Inspiring
October 20, 2011

Hi...

Thanks for your reply.. It showed me the right path..!!

Didn't need the XMP toolkit.. Though I tried a sample with it... Works great..!! But I managed with AI SDK.. 

Thanks..!!

Murali.M
Known Participant
October 15, 2022

Really?

How can you add/update the existing, one without the XMP toolkit?  I also looked the same like this 

Murali.M