For some case depending of record.field I have to feed a blank page betwen the page 1 and the next.
What is the best way ?
I try add span tag and by script add css like :
query(“#sautdepage”).css(“page-break-after”, “always”);
query(“#sautdepage”).css(“page-break-before”, “always”);
but no resutt…