This commit is contained in:
Jens Cornelsen
2025-04-15 15:26:13 +02:00
parent 6d3dcb503a
commit 2a95f7750a

View File

@@ -107,13 +107,13 @@ export async function pdfVerbrauchsausweisWohnen(ausweis: VerbrauchsausweisWohne
// Nach 82 aus Wohnfläche ermittelt // Nach 82 aus Wohnfläche ermittelt
if (aufnahme.nutzflaeche == 0) { if (aufnahme.nutzflaeche == 0) {
const checkMark = "\u2714"; const checkMark = String.fromCharCode(0x2714);
pages[0].drawText(checkMark, { pages[0].drawText(checkMark, {
x: 274, x: 274,
y: height - 277, y: height - 277,
size: 10, size: 10,
font: bold font: bold
}); })
// const haken = await getS3File("ibc-images", `haken.png`); // const haken = await getS3File("ibc-images", `haken.png`);