alvarcarto / url-to-pdf-api

Web page PDF/PNG rendering done right. Self-hosted service for rendering receipts, invoices, or any content.
MIT License
7.01k stars 774 forks source link

Help wanted. [Remove url from bottom of the pdf] #112

Closed lupu60 closed 4 years ago

lupu60 commented 5 years ago

Hey, nice work btw with this project.

I have a question regarding of how puppeteer rendres the pdf. By default, puppeteer adds the URL in the bottom of the pdf. I see that in your pdf doesn't appear. How did you manage to remove that?

image

kimmobrunfeldt commented 4 years ago

Thanks! Did you try pdf.displayHeaderFooter option?

You can also check into https://github.com/puppeteer/puppeteer/issues. This project acts as a wrapper for Puppeteer, so in many cases, their issue tracker is actually more useful.

Closing this as the option provided should help.