Add page numbers to PDFs, fixes #39

This commit is contained in:
2025-10-28 10:21:40 +01:00
parent ab3f8409ee
commit d390eb9bd4
2 changed files with 30 additions and 8 deletions
+4 -1
View File
@@ -43,7 +43,6 @@
</head>
<body>
<!-- Fixed page elements need to bee direct descendents of body for Dompdf -->
<!-- see https://github.com/dompdf/dompdf/issues/1190 -->
<img id="logo"
@@ -201,6 +200,10 @@
Stadtsparkasse Augsburg, DE40 7205 0000 0251 5125 13, BIC AUGSDE77XXX, Ust-IdNr. DE309558315
</footer>
<pagination>
Seite <span class="page-number"></span> / {{ $totalPages }}
</pagination>
</body>
</html>