Open alihassan143 opened 1 month ago
Currently, the PDF rendering in the application only supports a single widget per page. If the widget’s content exceeds the available space on the page, it does not automatically split and flow onto the next page. This results in the widget either being cut off or compressed to fit the page, which is not ideal for larger content.
Please implement a feature that allows large widgets to break across multiple pages automatically. This will ensure that content is properly rendered and displayed, regardless of size, and improve support for a variety of scenarios where dynamic or large content needs to be shown across multiple pages.