bell notificationshomepageloginedit profileclubsdmBox

10% popularity   0 Reactions

Create a watermark pdf which contains the footer using imagemagick:

convert -background none -geometry +0+0 -fill #000000 -pointsize 12 label:"From the library of..." -set label '' -page A4 watermark.pdf

It creates a simple pdf ( size: A4 ) with the text From the library of... at the bottom left corner. You might change the font, the position of the text, the size of the text...

This watermark.pdf can be added to ( all pages of ) a pdf file using pdftk:

pdftk input.pdf stamp watermark.pdf output output.pdf

I've used stamp instead of watermark because it overlays on top of the input pdf.


Free books android app tbrJar TBR JAR Read Free books online gutenberg


Load Full (0)

Login to follow story

More posts by @Averallann

0 Comments

Sorted by latest first Latest Oldest Best

 

Back to top