https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14251
--- Comment #34 from Kyle M Hall <[email protected]> --- Just an FYI, weasyprint is not a very performant application. I recently surveyed most available foss html to pdf options out there. I ended up using wkhtmltopdf to generate 5000 page pdfs in under a minute each. That being said, we are only generating a page or two with weasyprint so that shouldn't matter, and it appears that weasyprint is more actively maintained. Another option would be to use headless chrome (https://developer.chrome.com/blog/headless-chrome/) but I see no compelling reason to use that over weasyprint at this time. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
