Python Playwright export html file as single page PDF
I am using python playwright and I am currently opening a html file using the chromium browser. My goal is to export the exported the “rendered” file to a pdf with a single page containing the pages content using the Playwright Page PDF Api.