For one of our recent websites (www.moneyandmorals.org) we have been dynamically creating PDFs. Using the excellent TCPDF PHP Library. The only problem we ran into was wrapping text around an image. Fortunately a recent update to the library has added the setPageRegions() function. With this function you can define an area that text should wrap [...]
