Create Tiff-Files with Watermark from Multipage-PDF

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
winstonSmith
Posts: 1
Joined: 2013-07-10T01:22:47-07:00
Authentication code: 6789

Create Tiff-Files with Watermark from Multipage-PDF

Post by winstonSmith »

Hello,

I'm a new User of ImageMagick and I hope that my problem can be fixed easily :D with ImageMagick.

I have a multipage PDF which has to be converted into multiple Tiff files.
This can be easily done via:

Code: Select all

convert input.pdf output-%d.tiff
But now I want to add a watermark to each created tiff File on the Fly.
Is this possible?
I already tried several options(like piping the output to compiste) but this didn't worked.

Can anybody help me with this issue?

Kind regards,
WinstonSmith
User avatar
GreenKoopa
Posts: 457
Joined: 2010-11-04T17:24:08-07:00
Authentication code: 8675308

Re: Create Tiff-Files with Watermark from Multipage-PDF

Post by GreenKoopa »

Try -layers composite or -draw image.
Post Reply