output tekan pdfkit

options = { 'quiet': '' }
pdfkit.from_url('google.com', 'out.pdf', options=options)
Arno Deceuninck