Show PDF info in file list columns
Posted: 19 Sep 2008 13:44
I work with PDF files a lot, and not all of them have the right filenames. It would be great if XYplorer was able to show the Author/Title info of PDF files (and also MP3 info, why not?) in the columns of the file list, but only for some user selected folders (so that it wouldn't slow down XYplorer or make it behave like Explorer - Aaargh!)
Another idea is to be able to add custom columns which would be populated with info extracted from custom commands. That way, one would be able to use a command like this:
...and then parse the resulting "report.txt" to get the needed info.
I know it could be very slow, but for some of my stuff it would be a great help!
Another idea is to be able to add custom columns which would be populated with info extracted from custom commands. That way, one would be able to use a command like this:
Code: Select all
pdftk in.pdf dump_data output report.txtI know it could be very slow, but for some of my stuff it would be a great help!