The Adobe Extensible Metadata Platform (XMP) is a standard, created by Adobe Systems Inc., for processing and storing standardized and proprietary information relating to the contents of a file.

learn more… | top users | synonyms

0
votes
0answers
20 views

Invalid byte error when extracting XMP Metadata from pdf

I am trying to extract XMP metadata from pdf documents using the following code below. PDDocument document = PDDocument.load(pdfFile); PDDocumentCatalog catalog = document.getDocumentCatalog(); ...
0
votes
1answer
64 views

How do I read a Python backtrace?

I have a Python script that copies pictures to a new directory (to remove duplicates) and tags them with Python XMP Toolkit which relies on the exempi library. After a random amount of time that can ...
0
votes
1answer
11 views

How to preserve XMP metadata in Objective C?

I need my photo-editor app to preserve unknown metadata entries that were existing in the original photo that was opened by my app (for example, non-standard XMP meta-data) I tried to use the Apple's ...
0
votes
0answers
55 views

XMP data encrypted on Canon EOD D1000

I have a question regarding encryption, once again this relates to reading serial numbers from the aux:SerialNumber namespace. When I open my file in AS3 from photos of the Canon EOS D1000, it can't ...
3
votes
1answer
104 views

Adding custom namespace to metadata (BitmapMetadata)

Here's a quick question: how to correctly add a custom namespace to XMP using BitmapMetadata? Let's say I want the namespace to look like this: xmlns:MyNamespace="http://test" There's no clear way ...
1
vote
0answers
10 views

Is there a defined method for storing Adobe XMP in HTML?

Adobe has defined standard methods for storing XMP metadata inside of a variety of file formats including PDF, TIFF, JPEG, GIF, SWF, MP3, MP4, etc. However, I can't find any documentation defining a ...
0
votes
1answer
71 views

Add custom XMP Tags

I am looking for a tool or a way (.NET) to add custom XMP fields. Also, can someone explain the purpose of needing to know if the XMP tag is a textfield, textarea or a select? Thanks in advanced ...
0
votes
1answer
78 views

Expat unresolved external symbol

I've got troubles finding why i've got unresolved external symbol when linking a static library (XMP with expat included) in a shared lib (it's a firefox xpcom component). I'm under windows using the ...
0
votes
0answers
40 views

Library for viewing JPEG XMP on iPhone / Objective-c

Is there any library to view spherical panoramas in JPEG (with XMP) in iPhone?
0
votes
1answer
71 views

Can I escape html tags within a class (recreate the xmp tag)?

A couple ways to think of this question. Decide for yourself which is most useful for you… Can javascript recreate the deprecated <xmp> tag with an "xmp" class? Can we mimic SO's markdown ...
1
vote
0answers
37 views

Access sidecar files in a Mac sandboxed app

I need to access sidecar XMP files in a document-based photo editor application. The image files are the documents, and I need to access the sidecar XMP file when the user open and save an image ...
0
votes
0answers
57 views

Custom Adobe XMP FileInfo Panel doesn't show xmp data: flex 3.6, FileInfo SDK 5.1

Just getting into XMP. Decided to make custom File Info panel for our custom xmp namespace data that will be applying to all our images in our archive. Since still on Adobe CS 5.5, got the FileInfo ...
0
votes
1answer
296 views

How to parse XMP in java when not valid XML?

I am extracting metadata from PNG images using javax.imageio. This works fine. But the getAsTree method to get to the actual metadata returns XML that is invalid. So I don't know how to parse this XML ...
0
votes
0answers
64 views

How to output HTML tags to copy to elsewhere using JavaScript

I have made a code that outputs data as html tags using document.write and the xmp HTML tag. However, I have come across a problem. I have tried executing html, style, head and other tags but they do ...
4
votes
3answers
303 views

How do I access the metadata information from a PDF file using PHP?

How do I access the metadata (XMP) information from a PDF file using PHP? I need the height and the width of a file.
1
vote
1answer
112 views

PDF and “massive” XMP data storage

So I have a program that creates an output PDF file which I want to make readable (by my program) by embedding metadata into it. And that is quite a lot of data. It was suggested to me to do do this ...
3
votes
1answer
658 views

Face tagging information and photo metadata

Is there a standard way to read/write face-tags from/into photo meta-data? Can I use it to import face-tagging information from popular photo organizers?
0
votes
0answers
179 views

Developing with XMP in InDesign

I'm trying to integrate with Adobe InDesign, HP SmartStream, and XMP Metadata format. Below I have a snippet of the xml that I'm working with out of the IDML metadata.xml file. There are instance and ...
1
vote
0answers
92 views

Maintain InDesign CS5.5 Import settings w/ XMPie

We are trying to use XMPie to dynamically bring in pdf files and center them within a frame. However, in a manner similar to Photoshop the files are being imported by Bounding box and not allowing us ...
0
votes
2answers
119 views

Can I define new attributes in XMP for PDF?

I know there are some attributes in XMP for PDF files such as: <xap:ModifyDate>2009-12-10T09:54:47-05:00</xap:ModifyDate> ...
1
vote
1answer
223 views

How to manipulate diverse meta-infomations of image files in PHP

There are diverse formats to add meta-Information to image (and video) files. nearly every digitalcamera add them to fotos. And sometimes people don't want them to be published. The standards I found ...
1
vote
0answers
465 views

How to rewrite XMP XML in jpg file using Apache Sanselan library?

I want to write XMP to jpg. I use Apache Sanselan library. In the following code I'm trying to read XMP XML and write it again to the same file but get the exception(ImageReadException: Unexpected ...
1
vote
0answers
86 views

Are there any Java libraries than can read hierarchical xmp data from files?

I tried looking into Apache Tika, but it seems to flatten XMP keywords to a single level. Are there any Java libraries than can read hierarchical xmp data from files? Even just image files would ...
1
vote
1answer
154 views

How can you serialize an XMP XML block to an existing JPEG Image?

I have many JPEG images which contain corrupted XMP XML blocks. I can easily fix these blocks but I'm unsure how to write the 'fixed' data back to the image files. I'm currently using JAVA but am ...
2
votes
2answers
279 views

How do you trim the XMP XML contained within a jpg

Through the use of sanselan I've found that the root cause of iPhone photos imported to windows becoming uneditable is that there is content (white space?) after the actual XML (for more details and a ...
0
votes
1answer
227 views

Extract all values from a XMP

I need extract some informations from a XMP file using XPATH expressions. I have a XMP file like this : <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="XMP Core 4.4.0"> <rdf:RDF ...
1
vote
2answers
1k views

Automator/AppleScript to find same file name with different extension in same directory

I'd like to create an automator action to help manage DNG/XMP files. I'd like to be able to drag a DNG (or several) onto the action which will send the DNG and the matching XMP file to the trash. ...
0
votes
1answer
239 views

as3-xmp-file library to work with PNG images

The example stated in as3-xmp-file is working with a .JPG format file. I tried to change the test.jpg to an test.png file. But it does not seems to update the title up into the the .png file. Anyone ...
0
votes
2answers
206 views

XMP toolbox for Matlab

Has anyone ever heard of something that might facilitate the work with XMP metadata in Matlab? For instance, EXIF metadata can be read simply by using the exifread command - output = ...
0
votes
1answer
140 views

Can PDF XML metadata be attached to individual elements of the PDF or just the entire file?

We are looking to embed metadata attached to elements as well as individual page objects in PDF but are not clear on whether XMP would be the right solution. As an alternative we have considered ...
6
votes
1answer
614 views

asmack - receiving custom XML messages ||

I've spend some time to add smack.providers in the android device, which is picked up by my application just fine. I've added the default iqProviders and extensionProviders, but I've also added my ...
0
votes
1answer
116 views

How to programatically extract XMP Tags added by WLPG?

I tried both exif.py (in Pyhton) and ExifTool (just for debugging on command-line). No matter what I do, I'm unable to extract image Tags or Rating added to a JPEG by Windows Live Photo Gallery. I ...
0
votes
0answers
20 views

Does embedding RDFS in XMP causes parsing errors? [closed]

I want to embed a simple RDFs hierarchy in an XMP packet. Is this possible or would the RDFs cause an error in XMP parsers?
0
votes
1answer
135 views

Add a link inside a div window

How can I add a link inside a "popup" window. When I use href it makes the entire div dissapear. Here is the code. Thanks. <div class="listing" style="display:none" id="open_window2_codediv"> ...
2
votes
2answers
2k views

Why was the xmp HTML tag deprecated? [duplicate]

Possible Duplicate: <XMP> Tag I know that it is deprecated of course, and I know how to work around it by using the <pre> tag, <code> tag, and escapes for <>. My ...
2
votes
0answers
196 views

Displaying all XMP tags

I am trying to get all The XMP data from a Image, with the XMP Library from Adobe. I will actually like to retrieve the information of the image, so i believe i have to retrieve data from the name ...
0
votes
1answer
240 views

Working Example for as3-xmp library

I tried using the AS3-XMP Library to read metadata of the files, but i have no idea what methods to use. Anyway one has any working example? so that i could learn from it? i manage to read all the ...
0
votes
1answer
671 views

custom schema to XMP metadata

I want to write custom metadata to a pdf file which are not supported by XMP standard schemas hence I wrote my own schema containing my own properties. I can successfully write these additional custom ...
2
votes
0answers
353 views

Where can I get a practical tutorial with examples of XMP sidecar files?

I need some examples of XMP sidecar files and also some info on how to fill them out. I'm making an application where the metadata is generic and can come from IPTC or XMP. It's stored in a database ...
3
votes
4answers
688 views

Read image XMP data in Python

Can I use PIL, like in this example? I only need to read the data, and I'm looking for the easiest simplest way to do it (I can't install pyexiv). edit: I don't want to believe that the only way to ...
1
vote
1answer
295 views

what does “XMP over SOAP protocol” mean?

what is the meaning of the following line ? "The interfaces are built using XMP over SOAP protocol" ....the interfaces referes to webservices.
1
vote
1answer
966 views

Fuse-Python: Unable to run example

I'm tinkering around with the fuse-python bindings and I can't seem to grasp how to run the example xmp.py from the library package (xmp.py is located here). Looking at a lecture slide from MIT ...
2
votes
1answer
366 views

Out of memory exception when extracting xmp metadata from picture

I have a problem like mentioned above when extracting metadata from tif file. It has size over 450 MB. I was extracting using http://commons.apache.org/sanselan/ library in newest version(0.97). When ...
0
votes
2answers
441 views

xml parsing-problem in actionscript3.0

I got a problem in parsing the following xml: <x:xmpmeta x:xmptk="Adobe XMP Core 5.0.0-ac001" xmlns:x="adobe:ns:meta/"> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> ...
1
vote
1answer
638 views

using XMPCore to get metadata of a file through actionscript

Is there a simple example to read/write metadata of e.g. a local .jpg? XMPCore ActionScript Reference Unfortunately I was not able to apply the instructions from adobe. A simple example will help me ...
7
votes
3answers
533 views

Which to use, XMP or RDF?

What's the difference between RDF and XMP? From what I can tell, XMP is derived from RDF... so what does it offer that RDF doesn't? My particular situation is this: I've got some images which need ...
2
votes
1answer
60 views

Extensible external metadata standards?

Are there any standard or popular methods of storing external metadata for many generic purposes? I've heard of XMP but how popular is it besides embedded in JPEG images? I'm looking for a format I ...
2
votes
1answer
870 views

Reading/Writing image XMP on iPhone / Objective-c

I'm trying to read XMP information from a jpeg on iPhone. I can get tags from IPTC, TIFF or EXIF easily using ImageIO but not XMP. I'm specially interested the rating tag. Does anyone know how to do ...
1
vote
0answers
288 views

complete xmp/iptc manipulation command line tool or python wrapper? (osx)

im searching for a complete command line tool or even better a python wrapper to manipulate and retrieve image metadata. i tried pyexiv2 which is very nice but i cant register a new namespace like ...
4
votes
3answers
673 views

Audio/video file formats that support embedded markers and comments/annotations?

I am looking at creating an app for OS X and/or iOS that allows the user to arbitrarily embed markers into the audio at various intervals during the audio recording process. It would be nice to have ...

1 2