I want to export an html page (using the URL) to PDF format, did you know a package that allow to do this ?
Thanks
I want to export an html page (using the URL) to PDF format, did you know a package that allow to do this ?
Thanks
pdfkit may help
import pdfkit
pdfkit.from_url('http://google.com', 'out.pdf')