refactor(Pdf): Add Background-method to place a background behind the signatures.

This commit is contained in:
2025-09-26 16:00:25 +02:00
parent bf0bd8e9e7
commit 16657f6a31
5 changed files with 45 additions and 47 deletions

View File

@@ -72,6 +72,7 @@ async function getAnnotationParams(leftInInch = 0, topInInch = 0, inchToPointFac
annot.top += topInInch - 0.5;
annot.top *= inchToPointFactor;
}
return annotParams;
}