Posts by Kervison Melo • 1 point
1 post
-
-2
votes1
answer107
viewsA: How to generate pdf from a Django page with graphics, images and text (result of an Assessment)
just left to add result.seek(0) below the variable pdf as in the example below def render_to_pdf(template_src, context_dict={}): template = get_template(template_src) html =…