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.
Create a pdf with layers from several tiffs files
- 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
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:
Imagemagick can create a PDF with one image per page, like this:
Code: Select all
magick in1.tiff in2.tiff in3.tiff out.pdf