def export_pdf(request): path_wk = r'D:\SoftWare\wkhtmltopdf\bin\wkhtmltopdf.exe' # 安装位置config = pdfkit.configuration(wkhtmltopdf=path_wk) ...
確定! 回上一頁