Hi,
The following command is generating a blank PDF file. The expected outcome is printing the Google chart in the generated PDF file. I used pdfkit==0.6.1 and set the pie.html file path properly. Everything was working as expected until December 2019 (as far as I can remember).
$ python3
Python 3.7.7 (default, Mar 10 2020, 15:43:33)
[Clang 11.0.0 (clang-1100.0.33.17)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import pdfkit
>>> pdfkit.from_file('pie.html', 'out.pdf')
Loading pages (1/6)
Counting pages (2/6)
Resolving links (4/6)
Loading headers and footers (5/6)
Printing pages (6/6)
Done
True
>>>
This is only happening to me or not I am not sure.
Regards,
Mohsin