You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2.1 KiB

PDFTK Stamp / Background

Background:

pdftk in.pdf background back.pdf output out.pdf

In [14]:
!pdftk pdf/hope.pdf background pdf/HOPE_blue.pdf output pdf/quilt-background.pdf 

Stamp:

pdftk in.pdf stamp stamp.pdf output out.pdf

In [24]:
!pdftk pdf/map.pdf stamp pdf/A32.pdf output pdf/stamped.pdf

# with many pages, stamp will be applied for each page
In [21]:
 
  File "<ipython-input-21-eca4999cbd7b>", line 1
    $ pdftk A3.pdf cat 1-endeast output A32.pdf
    ^
SyntaxError: invalid syntax
In [3]:
 
In [ ]: