I am trying to generate PDF with my data in it. I use xhtml2pdf:
def render_to_pdf(template_src, context_dict={}): template = get_template(template_src) h