My report generates phone bills to over 1000 different clients. I created a single PDF with all the bills, to make print easier for the user, but if the current bill ends in a number that is odd it'll begin printing on the back side of the last page of the previous client.
I need to insert an extra page break (blank page) if the current page number is odd. But I'm have some trouble to find out how and where should I test it and How to fix this.
Any ideas?