Tagged Questions

0
votes
1answer
59 views

Read XMP from existing PDF with iTextSharp

How can I read XMP from an existing PDF file using iTextSharp?
0
votes
1answer
97 views

How can I read XMP data from a JPG with PHP?

PHP has built in support for reading EXIF and IPTC metadata, but I can't find any way to read XMP?
1
vote
2answers
101 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 …
1
vote
2answers
209 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 …
1
vote
2answers
173 views

XMP image tagging and Python

If I were to tag a bunch of images via XMP, in Python, what would be the best way? I've used Perl's Image::ExifTool and I am very much used to its reliability. I mean the thing never bricked on tens …
1
vote
1answer
215 views

reading/writing xmp metadatas on pdf files through pypdf

I can read xmp metadatas through pyPdf with this code: a = pyPdf.PdfFileReader(open(self.fileName)) b = a.getXmpMetadata() c = b.pdf_keywords but: is this the best way? And …
0
votes
1answer
98 views

XMP library for ruby

Hi All, Could any one recommended an open source library that allows me add XMP metadata to JPEG images? Thanks.
0
votes
3answers
325 views

<XMP> Tag

Does anyone remember the XMP tag? What was it used for and why was it depreciated?