From fc72c8d53d7ae8154e65bbc8f0ebfd1e6fa1a08f Mon Sep 17 00:00:00 2001 From: Giuli1297 Date: Wed, 24 Nov 2021 14:31:54 -0300 Subject: [PATCH] imagen de pdf creada cortada cuando zoom (fix) --- curriculumsearch/src/main/webapp/jsp/detallepostulante.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculumsearch/src/main/webapp/jsp/detallepostulante.jsp b/curriculumsearch/src/main/webapp/jsp/detallepostulante.jsp index 4d983e1..b8c78fc 100644 --- a/curriculumsearch/src/main/webapp/jsp/detallepostulante.jsp +++ b/curriculumsearch/src/main/webapp/jsp/detallepostulante.jsp @@ -404,7 +404,7 @@ margin: [1, 1, 1, 1], filename: 'myfile.pdf', image: { type: 'jpeg', quality: 0.98 }, - html2canvas: { scale: 2 }, + html2canvas: { scale: 1, height: 1400, width: 1300 }, jsPDF: { unit: 'in', format: 'a2', orientation: 'portrait' } }; buttonsRow.style.display = "none"; -- libgit2 0.26.0