I want to print HTML element as PDF, which has some background color, images. I need some solution either client-side or server-side(Django/Python).
I have used jsPDF, on client side, it worked. but it does not support css.
For Django I have come across ReportLab, but still not sure if it will do the work. Do you guys have any idea/library which can do that.