I wrote an invoice batch processing suitelet, only now the specs have changed and they want invoices with no email specified to be added to one big PDF so it can be printed. How to do this with a renderer object? Should I generate the PDF's first, or just pass the renderer object back and forth and render at the end?