Hi,
when download any pdf and going next page in between table or container is breaking, how to fix
Hello
There are certain printing rules to apply only when printing you can use those
@media print {
.Element {
page-break-after: avoid;//auto|always|avoid|left|right|initial|inherit;
page-break-before: avoid;//auto|always|avoid|left|right|initial|inherit;
page-break-inside: avoid;//auto|always|avoid|left|right|initial|inherit;
}
https://www.w3schools.com/cssref/pr_print_pageba.aspI hope this will helpThanksTousif Khan
when using Text area widget and in UI expanding Text area widget property max.Length 5000 then print pdf then text area container is breaking, in pdf going 1st page to next page that time showing text area container half in one page bottom and in next text area container half showing here this css is not working ,here how to fix
Can you attach some snapshot for it, it it really hard to understand this way,
But try with page-break-inside:auto, It should workThanks
Word or sentance are cuting when going to 1st page to 2nd page
See when print pdf then container or text word sentance are cuting this pdf is dynamic