Alter the default footer when generating pdf using printtopdf
I am working with the page.printToPDF module in a Node.js project to generate a PDF with custom page numbers using the footerTemplate. I want to skip the page number on the first page but still generate it. The page numbers should start from page 2 onwards.