fraserxu / electron-pdf

📄 A command line tool to generate PDF from URL, HTML or Markdown files.
MIT License
1.24k stars 136 forks source link

Support Electron headerFooter option #307

Open mrzepinski opened 2 years ago

mrzepinski commented 2 years ago

There is an option in Electron docs: https://www.electronjs.org/docs/latest/api/web-contents#contentsprinttopdfoptions which is able to set custom header and footer: headerFooter

I can't find it's supported right now in Electron PDF.