Page 1 of 1

Avoiding empty page after page break

PostPosted: Fri Jul 25, 2014 1:57 pm
by a0c
How to avoid empty page appearing at the end of a PDF document when using a manual page break like below?

<for ...>
<place holder>
ordinary OOo manual page break
</for>

Also, how to avoid the empty line required before/after </for> for page break to work?
Currently, empty lines are required around </for> to place a page break after </for>:

<for ...>
<for ...>
<place holder>
</for>

ordinary OOo manual page break

</for>

Bug is described here: https://bugs.launchpad.net/aeroolib/+bug/708617