How to do a page break for save as pdf function?

  • 9 October 2018
  • 2 replies
  • 25 views

I have a very long form that I want it to save as pdf, therefore the form has several section. How can I divide pages for the pdf file based on the section?


2 replies

Hi Sello,

 

Thank you for your reply, I tried but it didnt work so I change a bit like this

 

<div class="pagebreak"> </div>
<style>
.pagebreak { page-break-before: always; }
</style>

 

Now it's working!

 

Anyway, thanks.

Badge +10
I created a data label -
created an expression with the above -
set the datalabel to the expression and marked literal on a view. This is not working.
Any suggestions?

Reply