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
|
|