vote up 1 vote down star

I want to write a script to rename downloaded papers with their titles automatically, I'm wondering if there is any library or tricks i can make use of? The PDFs are all generated by TeX and should have some 'formal' structures.

flag

Where do you get the PDFs title from? Does that information need to be extracted from the PDFs document properties or from the PDFs contents or are you extracting that information from some other source? – Rowan May 27 at 4:27

3 Answers

vote up 6 vote down check

You could try to use pyPdf and this example.

link|flag
vote up 0 vote down

I would probably start with perl (seeing as it's always the first thing I reach for). There are several modules for handling PDFs. If you have a consistent structure, you could use regex to snag the titles.

link|flag
vote up 0 vote down

You can try using iText with Jython

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.