You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Is there anyway to properly override the pageNumber or totalPages classes?
The text was updated successfully, but these errors were encountered:
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:
Is there anyway to properly override the pageNumber or totalPages classes?
The text was updated successfully, but these errors were encountered: