Add `/pdf` endpoint that generates a PDF of the current page. Implementation: CDP `Page.printToPDF` Params: `tab_id` (required) Returns: `{"data": "<base64-encoded-pdf>"}`
Add
/pdfendpoint that generates a PDF of the current page.Implementation: CDP
Page.printToPDFParams:
tab_id(required)Returns:
{"data": "<base64-encoded-pdf>"}