Create a pdf with layers from several tiffs files

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
Kad
Posts: 5
Joined: 2019-05-03T04:10:42-07:00
Authentication code: 1152

Create a pdf with layers from several tiffs files

Post 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.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Create a pdf with layers from several tiffs files

Post 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
Post Reply