3 lines
101 B
Python
3 lines
101 B
Python
import pdfkit
|
|
pdfkit.from_url('/usr/share/sniper/loot/workspace/hulu/sniper-report.html', 'out.pdf')
|