Quote:
Originally Posted by Doitsu
@EbokJunkie if you don't mind using a command line tool, you could add watermarks with cpdf.
You only need a .pdf file of the watermark image that you want to use. The command is:
Code:
cpdf -stamp-under watermark.pdf -scale-stamp-to-fit in.pdf -o out.pdf
|
Thank you, will try cpdf for sure.