How do you know which version of `pdftk` you are using?

pdftk -v

doesn't do the trick. Also does not exist pdftk -h

. It just populates the screen with the past available story through the guide. But that doesn't tell me which version I'm running.

Any ideas?

I am running Windows.

+3


source to share


2 answers


pdftk --version

Works just fine on my WinXP (and Ubuntu) .
e.g. Ubuntu
enter image description here



+4


source


On Windows you can also use more

if "screen fills" like you said:

pdftk --help | more

      

The very first line of output should contain the version information you are looking for.



pdftk --version

      

should also work fine on Windows.

+1


source







All Articles