I am wanting to combine a directory that may contain single or multi-page TIFFs. I want to combine all of these into a single PDF using Magick.NET
I see how I can do it with single page PDFs by creating a magick image, read and append each page. But what about Multi-Page TIFFs ? Is it as simple as appending each TIFF, or would you have to iterate through each page in the TIFF?
Any thoughts?
I see how I can do it with single page PDFs by creating a magick image, read and append each page. But what about Multi-Page TIFFs ? Is it as simple as appending each TIFF, or would you have to iterate through each page in the TIFF?
Any thoughts?