I am currently using the TCPDF library to create PDFs on the fly. As part of my application, I store multiple image files (png, jpg, gif) in a MySQL database, in blob format. I'd like to use the TCPDF Image() function to place these images into a PDF file, each on a separate page. Is there an easy way to take the blob content for multiple entries in my database and place them into a PDF file? I am not tied to TCPDF if there is a better way to do this. Please help!
|
feedback
|
|
You do it like this:
| |||
|
feedback
|