Script a page feed

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…

Hi Paul-E,

You may take a look here, https://learn.objectiflune.com/en-au/planetpress-connect/howto/create-blank-pages-on-field-value to see if this is what you need?

Hope this helps. Thanks!