Page 1 of 1

Create a pdf with layers from several tiffs files

Posted: 2019-05-09T03:54:56-07:00
by Kad
Hello,

Sorry for my english but I am french.
I want to create a pdf with layers from tiffs files.
For example, I have 3 tiffs files and I would like to have a pdf file with 3 layers.
Is it possible?

Thanks.

Re: Create a pdf with layers from several tiffs files

Posted: 2019-05-09T08:32:25-07:00
by fmw42
I do not believe that Imagemagick can create layered PDFs at this time.

Imagemagick can create a PDF with one image per page, like this:

Code: Select all

magick in1.tiff in2.tiff in3.tiff out.pdf