Creating a pdf or postcript file from variable data

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
troyd1
Posts: 73
Joined: 2007-07-29T17:13:19-07:00

Creating a pdf or postcript file from variable data

Post by troyd1 »

I am looking to take a number of records, create a convert command based on the data and create an image. I then want to create a multipage pdf or a postscript file to send to a printer. Say I end up with 1.jpg, 2.jpg, 3.jpg, 4.jpg. How would I make these graphics into a 4 page pdf? I found this: convert *.jpg +adjoin page-%d.pdf, but not sure how to use it.


Thanks in advance for any help, Troy
Post Reply