将视图中的信息解析为html并生成pdf

时间:2014-12-02 17:11:01

标签: python django pdf

我正在使用django环境并使用库PDFkit创建PDF。 pdfkit接受3种方法:

pdfkit.from_url('http://google.com', 'out.pdf')
pdfkit.from_file('test.html', 'out.pdf')
pdfkit.from_string('Hello!', 'out.pdf')

但我不知道如何从url重定向信息(dict)(如果不正确):

 pdfkit.from_url(render(request,'reports/test.html',dicto), 'out.pdf',options=options)

如何解析对象Httpresponse to this method? (或另一个?)

很多。

0 个答案:

没有答案