PDFKit is a Python wrapper to the wkhtmltopdf utility to convert HTML to PDF. import pdfkit pdfkit.from_url('http://google.com', 'out.pdf') pdfkit.
確定! 回上一頁