Re: [CentOS] Substitute pdftk with other command

2016-02-22 Thread Dario Lesca
Il giorno gio, 18/02/2016 alle 21.04 +, Harold Toms ha scritto: > I would recommend that you do *not* do this. Installing C6 packages > on C7 is a really bad idea. Instead perhaps try using cpdf: > > http://community.coherentpdf.com/ Ok, cpdf is very interesting, thank you, I did not know it.

Re: [CentOS] Substitute pdftk with other command

2016-02-18 Thread Harold Toms
On 18/02/16 17:20, Dario Lesca wrote: ATM there is no "ready to install" package directly for Centos 7, but try the Centos /RHEL 6 package from there before doing the full build circus (requires installed libgcj). For this solution it's necessary to break some dependency: # rpm -ivh ./libgcj-4

Re: [CentOS] Substitute pdftk with other command

2016-02-18 Thread Dario Lesca
Il giorno gio, 18/02/2016 alle 17.34 +0100, Yamaban ha scritto: > On Thu, 18 Feb 2016 16:07, Dario Lesca wrote: > > > Hi, I must migrate a Centos5 server on Centos7 > > > > On server Centos5 there is a shell procedure witch add to PDF a > > timestamp like this example: > > > > http://i.stack.img

[CentOS] Substitute pdftk with other command

2016-02-18 Thread Dario Lesca
Hi, I must migrate a Centos5 server on Centos7 On server Centos5 there is a shell procedure witch add to PDF a timestamp like this example: http://i.stack.imgur.com/OBsqX.png with this command: $ pdftk input.pdf stamp overlay.pdf output stamped.pdf Into Centos7 pdftk it is no longer allowed So