Version 2.0
This commit is contained in:
@@ -429,7 +429,7 @@ export function HistoriaClinica({
|
||||
page.drawText('Firma del Médico', { x: 50, y: y - 15, size: 9, font, color: colorGray });
|
||||
page.drawLine({ start: { x: 320, y }, end: { x: 520, y }, thickness: 0.5, color: colorGray });
|
||||
page.drawText('Aclaración / Sello', { x: 320, y: y - 15, size: 9, font, color: colorGray });
|
||||
page.drawText('v1.0.0', { x: width - 60, y: 30, size: 8, font, color: colorGray });
|
||||
page.drawText('v2.0', { x: width - 60, y: 30, size: 8, font, color: colorGray });
|
||||
|
||||
const pdfBytes = await pdfDoc.save();
|
||||
const blob = new Blob([new Uint8Array(pdfBytes)], { type: 'application/pdf' });
|
||||
|
||||
Reference in New Issue
Block a user