Can’t convert HTML to PDF using pdfkit (empty file)
تبليغسؤال
I want to convert a HTML file to PDF
Example Input
The HTML file from Google Drive looks good, can see content in my browser.
Code
import pdfkit # convert html to pdf
pdfkit.from_file('income_contract_01.html', 'res.pdf')
Issue
I expect to see data in res.pdf. But instead ...