Mohan Narayanaswamy
Mohan Narayanaswamy

Reputation: 2149

Querying PDF's using command line?

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

Answers (2)

Toni
Toni

Reputation: 200

I often use pdfinfo

There is also pdffonts to display the fonts used in the pdf file.

Upvotes: 1

James Skidmore
James Skidmore

Reputation: 50298

Here are a few command-line PDF tools that may be of use to you:

Upvotes: 0

Related Questions