I have a database table with lots of text fields, each with a corresponding image. I want to create a multi-page document that can ultimately be downloaded as PDF, where each page shows only the txt and corresponding image from 1 of the database fields.
eg:
Page 1 - display from Category table: “item description 1” and “item image 1”
Page 2 - display from Category table: “item description 2” and “item image 2”
I’ve has a look at PDF plugins but can’t find any that do this kind of thing. Any help would be much appreacited!