[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({
|
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),
|
||||||
|
Loading…
Reference in New Issue
Block a user