You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experiencing problems with PDF output generated via html2pdf, where table rows and images are being split across pages instead of staying intact.
Table Issue:
Some table rows are breaking between pages. For example, one half of the row appears on one page, and the remainder continues on the next. This can be seen on Page 2 of the attached PDF.
Image Issue:
Similarly, certain images are split across pages. Part of the image appears on one page while the rest spills over to the next. Refer to Page 5 for a visual example.
Expected Behavior
Table rows should render completely on a single page or it next page with proper format
Image should not be split between pages; they should appear in full on one page.