I have a batch of pdf files (most of them are dissertations) in a directory. Some of them have bookmarks in the pdf which helps me to jump to topics easily. Now, I want to bookmark the rest of them.
It is there any script that can help me to tag or identify the book marked files from the others.
The closest I came was to use CoherentPDF which can pick bookmarks from each file.
cpdf -list-bookmarks myfile.pdf
For example lists the bookmarks in a single file. But, I could't get this to work for a batch of files (combining it with grep) for example.
Is there any way to do it?