I want to remove the Chrome inserted headers and footers (url, page number) on a printed page.
The below removes the header and footer ONLY on the first page; if the content flows over to a second page, the headers and footers both reappear.
@page {
size: auto;
margin-top: 0cm;
margin-bottom: 0cm;
}
Is there any way to remove the printed page header/footer on all printed pages, without manually adjust the system dialog option "Removes headers/footers"?