in reply to tagging PDFs with keywords and filtering them later
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 |