Skip to content

Commit

Permalink
adding some more readme
Browse files Browse the repository at this point in the history
  • Loading branch information
laimermic committed Nov 29, 2023
1 parent 980a21a commit dcebdbc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| --------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
Expand All @@ -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 |
| SIG_POS_F | `number` | The margin of the signature from the bottom of the Page |

## Event Emitters

0 comments on commit dcebdbc

Please sign in to comment.