-
Notifications
You must be signed in to change notification settings - Fork 749
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 table with 40'000 rows #97
Comments
Hi, |
Hey there, i have the same problem. What is better tags to use than table? simple divs? |
@mhagenbruch, sorry for the late reply, I don't think change the tag name will really improve the performance. My guess the recursive algorithm is the problem here. I guess the real 'bottleneck' to use html2pdf now it's their performance in large documents. There is any kind of guideline that we could pursue to contribuite to improve html2pdf in that matter. There are some issue we can solve improving it. This one, #135 and #133. |
html2pdf does not like big tables. Try to split them in tables of 100 rows |
I tried to use html2pdf.fr to create a pdf for a table with about 40'000 rows. Unfortunately it takes to much time. for about 1'000 Records I just have to wait about one minute and the CPU-load of the server is about 99%. Does anyone has an idea to perform the creation? The table is quite simple without any css.
The text was updated successfully, but these errors were encountered: