Imagine an Antique Bookstore app. One part of the app takes a pre-designed PDF and fills in some fields in the header and footer - say Name and Address, collected points and another dozen things including a place or two for signatures. These fields can be filled in from the database (except for the signatures). This I can do.
Further, imagine a large blank space covering, say, two thirds of the height of the page, that is allowed to be filled with details. We know the (X,Y) coordinates of the upper left corner of the blank space. How can we fill in, say, a picture of a book along with the title and author on each row available in the blank space? The rows are say, 3 cm. in height.
The short version: given a PDF form with several fields to be filled in from the db, and a large blank space that serves as a placeholder for writing out a list consisting of pictures and text. How can we insert images and text into a part of a PDF?
Thanks!