refactor(annotation): add envelope id and receiver id input parameters

This commit is contained in:
2025-10-06 17:12:06 +02:00
parent 320b2ecc77
commit 41738bb36c
3 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ class App {
// Load annotations into PSPDFKit
try {
let signatures = await createAnnotations(this.currentDocument);
let signatures = await createAnnotations(this.currentDocument, this.envelopeReceiver.envelopeId, this.envelopeReceiver.receiverId);
await this.pdfKit.create(signatures);
} catch (e) {
console.error("Error loading annotations:", e);