PejmanNik/puppeteer-report

pageNumber and totalPages don't show up in footer section on A4 landscape report

adidaslevy opened this issue · 0 comments

A pdf layout A4 portrait works perfectly, and page number shows up where it should be.

on A4 landscape, the page numbers don't show.

div class="pageFooter" id="pageFooter" style="margin-bottom:7px" span class="pageNumber">/span> span>/</span span class="totalPages" style="all:unset;all:initial" >/span> /span> /div>
I had to cut some html tags so that github would not escape the entire code section.

Result:
image

Is there anyway to properly override the pageNumber or totalPages classes?