
- XMP Toolkit SDK CS6 (ZIP, 33.7 MB)
- XMP FileInfo SDK CS6 (ZIP, 2.75 MB)
Adobe's Extensible Metadata Platform (XMP) is a labeling technology that allows you to embed data about a file, known as metadata, into the file itself. More information on how partners and standards are using XMP is available at the XMP website.

XMP Specification |
The following specifications are included in the XMP Toolkit zip package. They are available here for convenient reference.
The specification is provided under the XMP Specification Public Patent License (PDF, 28 K).
Part 1, Data model, Serialization, and Core Properties (PDF, 499 K) [April, 2012] covers the basic metadata representation model that is the foundation of the XMP standard format. The Data Model prescribes how XMP metadata can be organized; it is independent of file format or specific usage. The Serialization Model prescribes how the Data Model is represented in XML, specifically RDF.
Part 2, Additional Properties (PDF, 240 K) [April, 2012] provides detailed property lists and descriptions for standard XMP metadata schemas; these include general-purpose schemas such as Dublin Core, and special-purpose schemas for Adobe applications such as Photoshop. It also provides information on extending existing schemas and creating new schemas.
Part 3, Storage in Files (PDF, 755 K) [April, 2012] provides information about how serialized XMP metadata is packaged into XMP Packets and embedded in different file formats. It includes information about how XMP relates to and incorporates other metadata formats, and how to reconcile values that are represented in multiple metadata formats.
XMP Documentation |
The Partners Guide to XMP for Dynamic Media provides guidance to developers writing applications that read, write, and modify dynamic media documents, so that those applications can maintain the integrity of the composition and editing history and temporal metadata in composed documents.
XMP Tutorial |
Dan Ebberts (Feb 16, 2009)
Experience first-hand how XMP metadata improves many common editing, asset tracking, animating, and compositing tasks -- and even enables new capabilities, such as searching a video according to the spoken words in its soundtrack.
XMP Toolkit SDK |
The XMP Toolkit allows you to integrate XMP functionality into your product or solution. It supports Macintosh, Windows, as well as UNIX and comes with samples, documentation, source code and project files. The XMP Toolkit is available under the BSD license. The specification is provided under the XMP Specification Public Patent License (PDF, 24 K).
The XMP Toolkit SDK contains two libraries, XMPCore and XMPFiles. XMPCore and XMPFiles are provided as C++ implementations.
A new plug-in SDK allows you to create an XMPFiles Plug-in that handles metadata for additional file formats, or replaces built-in format handlers with custom ones.
XMP FileInfo SDK |
Adobe Creative Suite applications can be modified to display custom metadata UI. The Custom File Info SDK provides documentation and samples on how to create a custom Flex based metadata UI. It also includes instructions on creating an XML file for displaying a simple set of custom properties.
XMP Library for Java |
The XMP Library for Java is based on the C++ XMPCore library and the API is similar.
XMP Library for ActionScript |
The XMP Library for ActionScript 3 is based on the XMPCore library.
The library consists of 3 parts:
1. The data model represents a set of XMP data in memory and offers an API to create or modify XMP properties.
2. The parser that reads an XMP packet in RDF/XML format into the data model in memory.
3. The serializer converts the data model into RDF/XML format.
For more information, please refer to the programmer's guide.
Related XMP Resources |
Flex — Information on Flex technologies, including Flex Builder for creating custom file info panels
XMP Forums — A community forum to share your experiences, discuss problems and report bugs.
Bridge CS5 SDK — Information on extending and customizing Bridge