ID Verbrauchsausweis

This commit is contained in:
Moritz Utcke
2025-04-07 04:27:12 -04:00
parent f9538e770a
commit 32d8e2383e
3 changed files with 14 additions and 2 deletions

View File

@@ -30,6 +30,12 @@ export async function pdfVerbrauchsausweisGewerbe(ausweis: VerbrauchsausweisGewe
const form = pdf.getForm()
form.updateFieldAppearances(font)
pages[0].drawText(`ID: ${aufnahme.id || ""}`, {
x: 211,
y: height - 112.5,
size: 10
})
pages[0].drawText(aufnahme.gebaeudetyp || "", {
x: 211,
y: height - 166,