View Single Post
Old 03-21-2009, 10:27 PM   #5
sealbeater
Banned
sealbeater ought to be getting tired of karma fortunes by now.sealbeater ought to be getting tired of karma fortunes by now.sealbeater ought to be getting tired of karma fortunes by now.sealbeater ought to be getting tired of karma fortunes by now.sealbeater ought to be getting tired of karma fortunes by now.sealbeater ought to be getting tired of karma fortunes by now.sealbeater ought to be getting tired of karma fortunes by now.sealbeater ought to be getting tired of karma fortunes by now.sealbeater ought to be getting tired of karma fortunes by now.sealbeater ought to be getting tired of karma fortunes by now.sealbeater ought to be getting tired of karma fortunes by now.
 
Posts: 666
Karma: 1752814
Join Date: Jan 2008
Device: Sony Reader PRS-505 : Onyx Boox Max : Sony PRS-900 : Onyx Kepler Pro
Probably not too helpful, but for *nix users, this is what I do:

for I in *.pdf ; do exiftool -Title=`basename $I .pdf` $I ; done

exiftool is a perl script, so it probably will work across platforms if you're savvy.

http://www.sno.phy.queensu.ca/~phil/exiftool/
sealbeater is offline   Reply With Quote