-
Notifications
You must be signed in to change notification settings - Fork 784
Open
Labels
Description
This issue gathers a lot of issues with PDF header and footer templates. They are not as flexible as I and apparently many others have thought.
Headers and footers are not appearing
- Remember to set
pdf.displayHeaderFooter
totrue
. - Add margins for the document: footerTemplate and headerTemplate don't use body styles puppeteer/puppeteer#1853
Styling is not working
karthiktheking, vanthome and usb248