-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTML autoPaging by div #3766
Comments
lets do it 🚀 |
You can add a |
I had no luck getting manual paging to work well with the jspdf html function and html2canvas. The idea here is to avoid needing manual paging with html by providing a more robust "autoPaging" feature that allows more granular control over what elements get pushed to the next page. |
Is the issue is still open ? , I would love to work on this . |
@sanjogbhalla16 Still an issue for us. A resolution would be much appreciated! |
Hi @tlw-ryan , Please assign this task to me , I'll put work into this , thank you. |
Hey @tlw-ryan ! I would like to contribute in this. Can you assign it to me if its still open ? |
@sanjogbhalla16 @Ruffzi069 It doesnt look like I have permission to assign the issue sorry |
I am having trouble with autoPaging: "text" messing up my formatting. Ideally I would like an autoPaging setting that is able to prevent whole divs from being split between pages, rather than just the text being pushed down independent of the div it is part of.
I am also open to any workaround that might be offered. I have tried get reading the height of each div and adding a spacer to push any divs that would be split to the next page, but I was never able to accurately ascertain the rendered height of the page so it never worked correctly.
The text was updated successfully, but these errors were encountered: