space bottom of the page
See original GitHub issueI am using puppeteer 2.0. I am making multiple pdfs and I want to add footer section in pdf by using footerTemplate. I stil see some space bottom of the page
await page.pdf( { path: pdfFileName, format: 'A4', displayHeaderFooter: true, fitWindow: true, footerTemplate: '<div style="width:100%; margin-top:100px; text-align:center; font-size:10px; border-bottom: 20px solid #4e82c9;">Footer is here</div>', margin: { top: '0', bottom: '100px', right: '0', left: '0', }, } );
https://i.stack.imgur.com/rr4j5.png
https://stackoverflow.com/questions/59918637/puppeteer-footer-does-not-at-the-bottom-of-the-page
Issue Analytics
- State:
- Created 4 years ago
- Comments:9
Top Results From Across the Web
CSS white space at bottom of page despite having both min ...
I am unable to get the white space at the bottom of this page to disappear. I have both min-height and height tags...
Read more >Fixing a blank white space at the bottom of your website
A site I was developing recently had a curious blank white space at the bottom of the page, right below the footer.
Read more >White space at the bottom of web page - HTML & CSS
My website has a weird white space at the bottom, but I can't figure out which element caused this problem using Chrome developer...
Read more >White space at bottom of page (cannot get rid of it)
I have a very simple 4 page website, and I have removed all the sidebars and widgets. ... This issue of the white...
Read more >How to get rid of the extra space at the bottom of the page in ...
First, click “File” then click “Options” to open “Word Options” dialog box. Next click “Advanced” and scroll down to the bottom of the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Perhaps that space at the bottom is coming from
bottom: '100px'
?We are closing this issue. If the issue still persists in the latest version of Puppeteer, please reopen the issue and update the description. We will try our best to accomodate it!