<br>I&#39;ve got several directories of gif images that are scans of an out of print magazines.<br>I&#39;d like to write a program to iterate over the directories &amp; images, and put the gifs as pages into a PDF file.<br>
The gifs are full page scans and I want them to show up in the PDF as a full page, not a thumbnail or small image.<br><br>Iterating over the directories &amp; images is cake, but I&#39;ve never written a PDF pragmatically.<br>
I&#39;ll be doing this on Windows.<br><br>Does anyone have an example of how to write images to a PDF file?<br><br>thanks<br>