This commit is contained in:
Jens Cornelsen
2025-04-17 01:41:23 +02:00
parent 2c1945584d
commit 0708c6ce43

View File

@@ -71,7 +71,7 @@ export async function pdfVerbrauchsausweisWohnen(ausweis: VerbrauchsausweisWohne
pages[0].drawText(objekt.adresse || "", { pages[0].drawText(objekt.adresse || "", {
x: 211, x: 211,
y: height - 189, y: height - 188.5,
size: 10 size: 10
}) })
@@ -79,7 +79,7 @@ export async function pdfVerbrauchsausweisWohnen(ausweis: VerbrauchsausweisWohne
const plzOrt = `${objekt.plz || ""} ${objekt.ort || ""}` const plzOrt = `${objekt.plz || ""} ${objekt.ort || ""}`
pages[0].drawText(plzOrt || "", { pages[0].drawText(plzOrt || "", {
x: 211, x: 211,
y: height - 199, y: height - 200,
size: 10 size: 10
}) })