This commit is contained in:
Jens Cornelsen
2025-04-15 17:01:22 +02:00
parent db4fc19c1a
commit d3ffbca858
2 changed files with 2 additions and 2 deletions

View File

@@ -253,7 +253,7 @@ export async function pdfVerbrauchsausweisGewerbe(ausweis: VerbrauchsausweisGewe
const aussteller = await pdf.embedPng(fs.readFileSync(new URL("../../../public/pdf/images/aussteller.png", import.meta.url), "base64")); const aussteller = await pdf.embedPng(fs.readFileSync(new URL("../../../public/pdf/images/aussteller.png", import.meta.url), "base64"));
pages[0].drawImage(aussteller, { pages[0].drawImage(aussteller, {
x: 260, x: 260,
y: height - 760, y: height - 755,
width: 130, width: 130,
height: 65 height: 65
}) })

View File

@@ -289,7 +289,7 @@ export async function pdfVerbrauchsausweisWohnen(ausweis: VerbrauchsausweisWohne
pages[0].drawImage(aussteller, { pages[0].drawImage(aussteller, {
x: 260, x: 260,
y: height - 780, y: height - 775,
width: 130, width: 130,
height: 65 height: 65
}) })