Reputation: 2149
Recently I came across command line to find damaged JPEG here at http://www.commandlinefu.com/commands/view/2352/find-corrupted-jpeg-image-files.
If there are some commands related to PDF I will be happy? often I play with PDF for many reasons.
Finding number of words? Finding Number of Lines? Finding Number of Pages?
Is is possible?
Upvotes: 0
Views: 146
Reputation: 200
I often use pdfinfo
There is also pdffonts to display the fonts used in the pdf file.
Upvotes: 1
Reputation: 50298
Here are a few command-line PDF tools that may be of use to you:
Upvotes: 0