Create Tiff-Files with Watermark from Multipage-PDF
Posted: 2013-07-10T01:30:33-07:00
Hello,
I'm a new User of ImageMagick and I hope that my problem can be fixed easily with ImageMagick.
I have a multipage PDF which has to be converted into multiple Tiff files.
This can be easily done via:
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
I'm a new User of ImageMagick and I hope that my problem can be fixed easily 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
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