[Docx] Monkey patch Primeros auxilios (2)
This commit is contained in:
parent
a0f4cf8f3e
commit
5c9acd9246
@ -143,9 +143,9 @@ export async function primerosAuxiliosCert(props: CertData<null>): Promise<Docum
|
||||
const imgQR = await getQR({
|
||||
iid: props.certIId,
|
||||
dni: props.personDni,
|
||||
height: 2.45,
|
||||
width: 2.45,
|
||||
horizontalOffset: 26.4,
|
||||
height: 1.95,
|
||||
width: 1.95,
|
||||
horizontalOffset: 26.9,
|
||||
verticalOffset: 17.65,
|
||||
});
|
||||
|
||||
@ -200,7 +200,7 @@ export async function primerosAuxiliosCert(props: CertData<null>): Promise<Docum
|
||||
const certificateDate = new Paragraph({
|
||||
frame: {
|
||||
position: {
|
||||
x: cmText(18.75),
|
||||
x: cmText(19.25),
|
||||
y: cmText(15.5),
|
||||
},
|
||||
width: cmText(9),
|
||||
|
Loading…
Reference in New Issue
Block a user