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
It takes about 25 seconds to create one page pdf when I use css property overflow-wrap: break-word in combination with propery white-space: pre-wrap.
I've created a small example:
$ time weasyprint https://gist.githubusercontent.com/russtone/f50a33ccc563cf585dc669264bb7e4ed/raw/d11bd656d308d2b64db0cff25304bca32d2e10dc/test.html test.pdf
weasyprint test.pdf 24.61s user 0.12s system 94% cpu 26.232 total
Environment:
Darwin 17.4.0 x86_64
Python 3.6.4
WeasyPrint 0.42.2
The text was updated successfully, but these errors were encountered:
It takes about 25 seconds to create one page pdf when I use css property
overflow-wrap: break-word
in combination with properywhite-space: pre-wrap
.I've created a small example:
$ time weasyprint https://gist.githubusercontent.com/russtone/f50a33ccc563cf585dc669264bb7e4ed/raw/d11bd656d308d2b64db0cff25304bca32d2e10dc/test.html test.pdf weasyprint test.pdf 24.61s user 0.12s system 94% cpu 26.232 total
Environment:
The text was updated successfully, but these errors were encountered: