diff --git a/lib/evo_anketa_v3_sovcom_20240909.pdf b/lib/evo_anketa_v3_sovcom_20240909.pdf new file mode 100644 index 0000000..2f99b03 Binary files /dev/null and b/lib/evo_anketa_v3_sovcom_20240909.pdf differ diff --git a/pages/api/questionnaire/download.js b/pages/api/questionnaire/download.js index 54d3ed8..201a27a 100644 --- a/pages/api/questionnaire/download.js +++ b/pages/api/questionnaire/download.js @@ -166,7 +166,7 @@ export default async function handler(req, res) const page = pdfDoc.getPage(1); page.drawRectangle({ x: 150, - y: 174, + y: 452, width: 412, height: 26, color: rgb(0.87, 0.87, 0.87), @@ -182,7 +182,7 @@ export default async function handler(req, res) page.drawText(licenses, { x: 152, - y: licenses.length > 500 ? 195 : (licenses.length > 400) ? 195 : 193, + y: licenses.length > 500 ? 473 : (licenses.length > 400) ? 473 : 471, size: licenses.length > 500 ? 4 : (licenses.length > 400) ? 5 : 6, font: formFont, color: rgb(0, 0, 0),