Tagged Questions

7
votes
3answers
275 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 ...
3
votes
2answers
859 views

Reading “People Tags” inserted by Windows Live Photo Gallery

Photo Gallery gives you the ability to mark a person's face and apply a tag to it. I understand it inserts tags directly into the file rather than store it off in a database or accompanying metafile ...
2
votes
2answers
5k views

Read/Modify PDF Metadata using iTextSharp

I am trying to use iTextSharp to read/modify PDF metadata. I figured out how to do it using pdfreader and pdfstamper. I was wondering if I could also read/modify additional metadata information like ...
2
votes
0answers
167 views

Extracting XMP metadata from EPS files

I am trying to implement a module in either C# or classic ASP, which extracts the XMP data from a EPS file. Is there a framework or component (not necesarilly free) which can help me to create this ...
2
votes
2answers
816 views

How to convert BitmapMetadata keys to corresponding XMP names?

I am writing an open-source library to extract image metadata and store as XMP serialized in an XML sidecar (ideally identically to how Adobe's apps serialize their metadata). My problem is it ...
1
vote
1answer
473 views

Compass metadata tag in photos

We have a GPS enable camera that also stores the compass direction or bearing in the metadata in the photo. The GPS X and Y and other GPS information is stored in the GPSInfo tag in the EXIF data, ...
1
vote
4answers
4k views

Reading data metadata from JPEG, XMP or EXIF in C#

I've been looking around for a decent way of reading metadata (specifically, the date taken) from JPEG files in C#, and am coming up a little short. Existing information, as far as I can see, shows ...
1
vote
1answer
113 views

How can i use XMP to modify metadata of Sharepoint Document?

I am trying to Modify Meta data of Sharepoint Document. How can use XMP for this task? Using C#. Can anyone give me some code samples?
1
vote
0answers
138 views

How can i use XMP in Sharepoint metadata?

I want to update metadata of Sharepoint List or site programatically using Web Services. How can XMP help me in it? Or is there any use of it?
1
vote
3answers
1k views

Modifying XMP data with C#

I'm using C# in ASP.NET version 2. I'm trying to open an image file, read (and change) the XMP header, and close it back up again. I can't upgrade ASP, so WIC is out, and I just can't figure out how ...
0
votes
2answers
463 views

Correct way of parsing XMP XML metadata attached to the end of a PDF file?

I have a PDF with some meta data in XMP XML format attached to the end. What is the correct way of parsing and using this meta data? At the minute i have a working solution using C99, parsing each ...