Creating PDF’s Dynamically with PHP
Today I had a project that required me to tap into a preexisting gallery of images and generate a PDF document from those images. Lucky for me there was already an XML file pointing to all those images which made the job a tid bit easier. The workflow is as follows. 1. loop through the …