Image gets cut off when using jspdf.html() method
I'm generating a pdf using jspdf.html() and images in the html are breaking into two parts in end of the pages. Is there are any solutions or alternate ways to solve the issue. {autoPaging:'text'} this is only working for text and not for images.
+1
Same happens for tables as well.

Hello, are you guys generating the HTML with a string or element?
@gabby-g007 white no reply to you question, you can use alternative autoTable:
theme: 'grid', rowPageBreak: 'avoid', margin: margin
Hello, are you guys generating the HTML with a string or element? element
@agarshan have u found any solution for this problem ?
@glebov21 what abt the case when u dont have tables u have dynamic components that u want to convert to pdf using DOM i'm facing the same cut off issue

This issue is stale because it has been open 90 days with no activity. It will be closed soon. Please comment/reopen if this issue is still relevant.
Hello,
Anyone got this issue fixed. I've the same issue the elements cutoff between pdf pages. How can we control it ?
Hello Does anyone got solution for this issue