What printing lib does ERPNext use

Hi ,
I’m implemting the client-side printing in my own webapp and came across ERPNext. Could anyone tell me what lib does ERPNext use for printing and pdf generation?
Thanks for your help!

@swxu GitHub - frappe/python-pdfkit: Wkhtmltopdf python wrapper to convert html to pdf

1 Like

thank you max_morais_dmm!
It seems the pdf is rendered in the server-side and transfered to browser, is that right?

Yes @swxu, it is rendered usin jinja2 + pdf-kit!