refactor(Pdf): Add Background-method to place a background behind the signatures.
This commit is contained in:
@@ -72,6 +72,7 @@ async function getAnnotationParams(leftInInch = 0, topInInch = 0, inchToPointFac
|
||||
annot.top += topInInch - 0.5;
|
||||
annot.top *= inchToPointFactor;
|
||||
}
|
||||
|
||||
return annotParams;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user