’m currently facing a break line issue in Mendix

0
Hi Team,I’m currently facing a break line issue in Mendix and need some guidance on how to resolve it.The issue is causing i have template in that set of questions are printed when i download pdf in pdf for example 10 questions are there but 10th question is being breaked 2 lines in 1st page and 3 lines in 2nd page . Instead I want like if it is splitted then let that 10th question come in 2nd page itself no need to split in both pages if anyone has faced a similar issue in Mendix Any suggestions, references would be helpful.Thanks.
asked
1 answers
1

Hi Pragathi,

If you are using the PDF Document Generation module, wrap each question, including its answers/options, inside a single Container. Then select that container and, in the Styling tab, enable the design property Avoid break inside.

You can also use the Page break widget or the Add page break property when you need to force a break before or after a specific section.

answered