pdftk -v
doesn't do the trick. Neither does pdftk -h
. That just fills the screen past the available history with a manual. But it does not tell me what version I'm running.
Any ideas?
I'm running Windows.
pdftk -v
doesn't do the trick. Neither does pdftk -h
. That just fills the screen past the available history with a manual. But it does not tell me what version I'm running.
Any ideas?
I'm running Windows.
On Windows you can also use more
if the "screen fills", as you said:
pdftk --help | more
The very first line of the output should hold the version information you are looking for.
pdftk --version
should also work just fine on Windows.