HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML Forums › Technical questions / Troubleshooting › textarea being duplicated instead of split/moved to next page › Reply To: textarea being duplicated instead of split/moved to next page
August 10, 2024 at 18:28
#38467
The current build partially solves the problem: it ensures that it does not create duplicate textareas.
In our test cases, “page-break-inside: Avoid” helps, but due to the inline nature of the textarea element, there may be nuances. If it does not go to the next page, try wrapping the textarea in a
and applying a style to it
