Files
Saurav Panda ad8f3a4dd7 feat(tools): print page metadata in save_as_pdf header/footer
The save_as_pdf action now renders page metadata into the PDF margins by
default, matching Chrome's Print dialog: the date in the header and the page
URL plus page numbers in the footer.

- Add display_header_footer (default True), header_template, and
  footer_template params to SaveAsPdfAction.
- Pass displayHeaderFooter + header/footer templates and explicit margins to
  CDP Page.printToPDF so the metadata has room to render (Chrome clips it
  otherwise, and defaults header/footer font-size to 0px).
- Default templates show the date / URL + page numbers; callers can override
  with custom HTML or disable entirely for a clean PDF.
2026-06-11 08:29:41 +05:30
..
2025-10-03 21:32:47 -07:00
2025-08-25 10:48:38 -07:00
2025-09-07 18:27:30 -07:00
2025-08-24 16:15:06 -07:00
2025-08-18 19:17:02 -07:00
2025-09-01 10:49:50 -03:00
2025-08-18 19:45:02 -07:00
2025-08-18 19:54:56 -07:00
2025-08-18 19:17:02 -07:00