question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

space bottom of the page

See original GitHub issue

I 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:closed
  • Created 4 years ago
  • Comments:9

github_iconTop GitHub Comments

1reaction
Lonniebizcommented, Jan 28, 2020

Perhaps that space at the bottom is coming from bottom: '100px'?

0reactions
stale[bot]commented, Jul 26, 2022

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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found