Converting HTML To PDF Django Tutorial. http import FileResponse, Http404 def pdf(request): try: return FileResponse(open('<file name with path>', 'rb') ...
確定! 回上一頁