Composite multi page tiff to multi page pdf
Posted: 2009-06-13T15:20:16-07:00
Hello Guys, im kinda new on IM and i have a issue.
I was working with single page tiff, i was using composite to overlap a colored logo over the tiff image and finally i get a single page pdf with color logo, that was just great, but whit multiple page tiff things changed, i only get a single page pdf instead a multi page pdf.
i was looking at the forum and then i tried the following:
convert ( multiple.tif[0] color_logo.jpg -geometry +400+100 -compose multiply -composite ) multiple.tif -delete 1 multiple.pdf
with this commands i finally get a multiple pdf, but the color logo only appears in the first page of the pdf, what can i do to get all the rest of the pages with the color logo, just like the first page ?
thanks for the help.
I was working with single page tiff, i was using composite to overlap a colored logo over the tiff image and finally i get a single page pdf with color logo, that was just great, but whit multiple page tiff things changed, i only get a single page pdf instead a multi page pdf.
i was looking at the forum and then i tried the following:
convert ( multiple.tif[0] color_logo.jpg -geometry +400+100 -compose multiply -composite ) multiple.tif -delete 1 multiple.pdf
with this commands i finally get a multiple pdf, but the color logo only appears in the first page of the pdf, what can i do to get all the rest of the pages with the color logo, just like the first page ?
thanks for the help.