christopher-ramirez / secretary

Take the power of Jinja2 templates to OpenOffice and LibreOffice.
Other
190 stars 48 forks source link

page break #60

Closed massimiliano-dalcero closed 6 years ago

massimiliano-dalcero commented 6 years ago

is possible add a "page break" like:

{{page_break}}?

I have put the end of the "for" in new page, but for work is need to add a "blank line" up to first line and this make a page with the first line as blank.

I need ti create new page without white line :)

this don't create new page

{% for iten in datas.item %} write some things... --- page_break via LibreOffice --- {% endfor %}

this work, but create a ne blank line inside new page :(

{% for iten in datas.item %} write some things... --- page_break via LibreOffice ---

{% endfor %}

christopher-ramirez commented 6 years ago

Please see #58 for instructions of how to properly add a page break. It may help you.

Regards,