Put images into pdf-documents

PerlMagick is an object-oriented Perl interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning PerlMagick.
Post Reply
knuno

Put images into pdf-documents

Post by knuno »

I have several sequences each of 8 images that I need to put into pdf-documents, each sequence in its own document. Each image should be one pdf-page. I should end up with several 8-page pdf documents.
I am writing a Perl-script to try to do this by using Montage. But this way I only get one large page of all 8 subimages arranged according to what I put in the tile parameter. Can anyone suggest how this could be done?

Knut
Post Reply