I have not programmed for years, so it is a bit like starting from scratch. I need to write a program to manage pdf images of documents for a 'paper-less' office.
One of the needs is to change the file names to something that can be indexed.
(Probably relatively easy).
The second is to be able to see a small image of the document in order to identify it before renaming it.
What it boils down to is libraries. Where would I look for modules that can provide those features? I don't want to spend ages reinventing the wheel.
If I get to this point, I then need to create a pdf file browser that can use the index to filter the documents that get displayed.