Page History
The SIGN command signs the specified PDF document.
Syntax:
Command | Keyword | Value | Developer notes |
|---|---|---|---|
SIGN | DOCUMENT | value | Required. PDF file. |
CONTENT | value | Required. XML content file. | |
PASSWORD | value | Optional. User password. | |
MASTER | value | Optional. Master password. | |
NAME | value | Required. Name of signature. | |
OUTPUT | value | Required. Signed PDF file. |
Example
SIGN DOCUMENT(file.pdf) CONTENT(signpdf.xml) NAME(signature1) OUTPUT(signed_file.pdf)
...