What is the best/easiest way (if possible) to implement the bulk
printing of a set of PDF reports that share the same template (aka
screen widget definition)?
For example, generate a big PDF with all the purchase orders in the
created approved status; the pdf can then be printed and so that the
purchase orders are sent by mail to the suppliers.
Ideally I'd like to reuse the existing screen definition that defines
the single document and just iterate over it and put the output into a
single PDF file.
Any hints/ideas on how to implement this?
Another interesting option would be that of bulk sending by email a set
of documents (for example one email per supplier with the attached
purchase order), but this is not very important for me at the moment,
just one more wish in my list.
Jacopo