How to stamp many PDF? pdfjam missing

Non release banter
benjibasson
Samurai
Samurai
Posts: 141
Joined: 06 Mar 2019, 15:14
Distribution: Arch linux

How to stamp many PDF? pdfjam missing

Post#1 by benjibasson » 28 Mar 2024, 11:02

Hi
I would like to stamp many PDF with my signing

So I should Convert signing image un pdf

Code: Select all

rsvg-convert -f pdf -o stamp.pdf in.svg
then change ratio and offset n top right side (7 cm, 12 cm)

Code: Select all

pdfjam --paper 'a4paper' --scale 0.3 --offset '7cm 12cm' stamp.pdf
To finish stamp Overylay on a page, forexemple page 1

Code: Select all

qpdf in.pdf --overlay --to=4 stamp.pdf --out.pdf
rsvg-convert is albready in porteus

I have downloaded qpdf from slapt-mod

unfortunaly I don't found any pdfjam package neither for slackware neither for portes neither from slapt-get:
Where is pdfjam please

Cheers

donald
Full of knowledge
Full of knowledge
Posts: 2074
Joined: 17 Jun 2013, 13:17
Distribution: Porteus 3.2.2 XFCE 32bit
Location: Germany

How to stamp many PDF? pdfjam missing

Post#2 by donald » 28 Mar 2024, 12:12

try if this one work.
pdfjam

Post Reply