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