From dcebdbc7967cc389e1ee5f4d67e83f9226d8a88b Mon Sep 17 00:00:00 2001 From: laimermic <74672993+laimermic@users.noreply.github.com> Date: Wed, 29 Nov 2023 15:34:46 +0100 Subject: [PATCH] adding some more readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c80e25..8ced4ce 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ export class AppComponent { ## Signing Parameters -Next to the pdf file to sign you have to pass some configuration parameters to the component. +Next to the pdf file to sign you have to pass some configuration parameters to the component. These are defined in the ```IDATSignParameters```-Interface. | Name | Type | Description | | --------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | @@ -94,4 +94,6 @@ Next to the pdf file to sign you have to pass some configuration parameters to t | SIG_POS_Y | `number` | The position of the Signature in the PDF-Document on the Y-Axis | | SIG_POS_P | `number` | The page where the signature should be placed | | SIG_POS_W | `number` | The width of the signature | -| SIG_POS_F | `number` | The margin of the signature from the bottom of the Page | \ No newline at end of file +| SIG_POS_F | `number` | The margin of the signature from the bottom of the Page | + +## Event Emitters \ No newline at end of file