.
This commit is contained in:
@@ -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
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -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
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user