[Docx] Monkey patch Primeros auxilios (2)

master
Araozu 2023-09-15 17:04:30 -05:00
parent a0f4cf8f3e
commit 5c9acd9246
1 changed files with 4 additions and 4 deletions

View File

@ -143,9 +143,9 @@ export async function primerosAuxiliosCert(props: CertData<null>): Promise<Docum
const imgQR = await getQR({ const imgQR = await getQR({
iid: props.certIId, iid: props.certIId,
dni: props.personDni, dni: props.personDni,
height: 2.45, height: 1.95,
width: 2.45, width: 1.95,
horizontalOffset: 26.4, horizontalOffset: 26.9,
verticalOffset: 17.65, verticalOffset: 17.65,
}); });
@ -200,7 +200,7 @@ export async function primerosAuxiliosCert(props: CertData<null>): Promise<Docum
const certificateDate = new Paragraph({ const certificateDate = new Paragraph({
frame: { frame: {
position: { position: {
x: cmText(18.75), x: cmText(19.25),
y: cmText(15.5), y: cmText(15.5),
}, },
width: cmText(9), width: cmText(9),