Printing: Replace WinziPrint with iText
Some checks failed
Test / Run tests (push) Failing after 2m18s

This commit is contained in:
2026-02-18 23:00:21 +01:00
parent 4cd7ef85a1
commit a6e04ab1d2
17 changed files with 341 additions and 234 deletions

View File

@@ -1,13 +1,13 @@
main table {
border-collapse: collapse;
margin-bottom: 10mm;
margin-bottom: 0mm;
font-size: 10pt;
}
main table.large {font-size: 12pt;}
main table.tiny {
font-size: 8pt;
margin-bottom: 5mm;
margin-bottom: 0mm;
}
main table.border {
@@ -30,7 +30,7 @@ main table.small th,
main table.small td,
main table.tiny th,
main table.tiny td {
padding: 0.125mm 0.125mm;
padding: 0mm 0.125mm;
}
main table td[rowspan] {