Shell pip install pdfkit sudo apt-get install wkhtmltopdf # Python import pdfkit pdfkit.from_file('input.html','shaurya.pdf') # .from_url and .from_string ...
確定! 回上一頁