Fivos Kefallonitis
15/1/08

pdflist - It displays pdf file info in a Qt GUI.

To build the project:
qmake -project
qmake
make

Then you have to run the pdffind.py script to generate the info of the pdfs located in your hard disk.
./pdffind.py > pdf1.txt
or
./pdffind.py recursive > pdf2.txt

By default it searches under the user's home directory.

Finally, ./pdflist and select the txt file.
