config = pdfkit.configuration(wkhtmltopdf='./bin/wkhtmltopdf'). pdf = pdfkit.from_string(html, False, options=options, configuration=config).
確定! 回上一頁