Hello,
I´ve found this nice how-to about "Manipulating PDFs with the PDF Toolkit"
The pdf toolkit is currently avaiable from the Extras repository.
So, a simple
should do the job.Code:yum install -y pdftk
There is also some GUI for those who do not want to work in the command line:
You can download the binary gui from the site and execute it. No need to install.
But, in order to execute the binary, you should first have these two packages installed:
I find it useful.Code:yum install -y gdk-pixbuf gdk+
Any other ideas for doing the same job?
Cheers,
Duli