There are many approaches for generating PDF in python. pdfkit is one of the ... pdf = open("out.pdf") response = HttpResponse(pdf.read(), ...
確定! 回上一頁