...
Order | Required | Parameter | Usage |
---|---|---|---|
1. | Yes | Filename of the document to sign | c:\Users\max\Desktop\Testfile.pdf |
2. | Yes | X1 coordinate | 200 |
3. | Yes | Y1 coordinate | 200 |
4. | Yes | X2 coordintate | 400 |
5. | Yes | Y2 coordinate | 400 |
6. | Yes | Number of the page where the signature shold be added Default: 1 | you can give the direct page number or use '-' prefix to start from the end of the document -1 last page; -2 the page before the last page; etc. |
7. | Optional | 1 = Add a stamp with name, reason and the actual date below the signature Default = 0 | |
8. | Optional | Reason for signing | "I agree with the content of the documet" |
9. | Optional | Name of the signer | "Max Power" |
10. | Optional | Save File with attribtue write protected | default = true |
Other Parameters like TextOut, noconfirm, viewpdf...have to placed after the required parameter |
The Parameters 2-5 (X1, Y1, X2, Y2) indicate the left upper and the lower right coordinates of a rectangle on the given page. The visible signature will be added into the coordinates of the rectangle
...
Order | Parameter | Usage |
---|---|---|
1. | Filename where the image shold be saved | "C:\Users\Max\Desktop\MySignature.jpg" |
2. | X = width of the image | 150 |
3. | Y = height of the image | 100 |
Other Parameters like TextOut, AutoSaveSig...have to placed after the Y Parameter |
A sample could look like this:
...