Counting pages in many pdf files

  • Follow


Hi!
Do you know any tool that I can use to count pages of all pdf files in one
directory (or also in subdirectories)?

Mike


0
Reply Mike 7/22/2005 4:30:56 PM

Mike wrote:
> Do you know any tool that I can use to count pages of all pdf files in one
> directory (or also in subdirectories)?

pdftk or pdfinfo and a "for" loop in a command-line interpreter.

To include subdirs, use "for /r" in Windows environments, "find" in 
UNIXoid ones.

Add a nice portion of "grep" and "cut".

Ralf
0
Reply Ralf 7/22/2005 7:45:13 PM


1 Replies
536 Views

(page loaded in 0.027 seconds)

Similiar Articles:













7/19/2012 3:05:15 PM


Reply: