Creating a pdf or postcript file from variable data
Posted: 2011-01-18T15:32:57-07:00
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
Thanks in advance for any help, Troy