owanerwo
owanerwo
Bump, I'm also looking for an option to omit header and footer on the first page. I've tried: ```css @page :first { margin-top: 0cm; margin-bottom: 0cm; } ``` to hide...
There are two seperate settings headerTemplate and footerTemplate. Put whatever you like in the header template, a title or an empty element. Even putting a single space there overrides the...
I'm also looking for an option to customize the cover page (custom content displayed instead or over header and footer). I've tried: ```css @page :first { margin-top: 0cm; margin-bottom: 0cm;...