Andromeda
Andromeda

Reputation: 12897

Installing Pdftk on Linux server

Ihave been using pdftk.exe in my windows local machine to play with some pdf and is working fine. I want to upload it to my server which is Linux. On searching i found out that i have to install pdftk on the server itself as a compiled package for Red Hat. How can i do this ?? can anyone help me on this??

Upvotes: 0

Views: 1333

Answers (1)

Peter Cordes
Peter Cordes

Reputation: 366093

pdftk is not a special case for rpm or any other distro's package system. rpm -i the .rpm.

Upvotes: 1

Related Questions