Is there a way with BFO Report Generator templates to force printing an even number of pages?
We currently are using the Report Generator to bulk print a set of reports and have set the printing option to double-sided. When a report has an odd number of pages the next report starts on the back of the previous print - we'd like the next report to start on a fresh page.
Have tried inserting the following at the bottom of the template (before closing body
tag) but to no avail:
<#if (totalpages?number%2 != 0)><div style="page-after-break: right"></div></#if>
Any help greatly appreciated.