I have a collection of objects, which have fields e.g. Name, Age, Size. How can I generate a pdf stream (to be used as an email attachment afterwards) that would have this data in form of a table with records corresponding to the objects in the collection?
Thanks.