Hello all, I'm using django templates to generate pdf listings in my app. After running render() on the template, reportlab is called to create the pdf.
My issue is that those listings can get quite big (hundreds of pages, with images) and thus take very long to render. Reportlab has progress callbacks that allow me to have a nice progress bar on screen, but the template rendering doesn't seem to offer this functionality. Has anyone managed to implement this or has any suggestion regarding this topic ? Regards, Philippe -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/kc5IlCznZ1wJ. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.