Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: tagging PDFs with keywords and filtering them later

by snoopy (Curate)
on Nov 19, 2012 at 21:38 UTC ( [id://1004617]=note: print w/replies, xml ) Need Help??


in reply to tagging PDFs with keywords and filtering them later

Image::ExifTool is a module for adding keywords and other searchable metadata to PDF files and various other image formats.

You can use the OO interface, or its command line utility exiftool

% # add keywords to a PDF % exiftool -keywords=perl -keywords=snoopy test.pdf % % # read them back % exiftool -keywords test.pdf Keywords : perl, snoopy

Replies are listed 'Best First'.
Re^2: tagging PDFs with keywords and filtering them later
by LanX (Saint) on Nov 19, 2012 at 22:42 UTC
    Awesome! Thanks :)

    Cheers Rolf

    PS: CPAN rules! Really! =)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1004617]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-04-24 12:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found