EXIF Document title extraction

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
zewly
Forum Newbie
Posts: 2
Joined: Mon Jun 27, 2011 11:19 pm

EXIF Document title extraction

Post by zewly »

So it seems there is no exif id tag for 'document title'. Is there a way to extract this info with php? I can get it to work with exiftool(perl), but I'm looking for a php solution.
User avatar
Jade
Forum Regular
Posts: 908
Joined: Sun Dec 29, 2002 5:40 pm
Location: VA

Re: EXIF Document title extraction

Post by Jade »

If there is a way the PHP EXIF functions reference would be your best bet.
Post Reply