Reputation: 697
I'm currently using Prawn to generate a billing PDF, the problem is that the total amount of the bill is known at the end of the rendering. I'd like to place this variable's content on the first page of PDF but I don't how to add content to a page once I used the start_new_page
function.
Is that possible to go back on the fist page and add content once I used start_new_page
?
Thank you in advance.
Upvotes: 1
Views: 995