sign_pdf
Sign PDFs digitally using PKCS#12 certificates. Provide your PDF as base64, a pre-uploaded certificate name and password, plus optional reason and location, to receive a signed PDF.
Instructions
Digitally sign a PDF with a PKCS#12 certificate.
Args: pdf_base64: Base64-encoded PDF to sign. certificate_name: Name of a pre-uploaded certificate. certificate_password: Password for the certificate. reason: Reason for signing. location: Location of signing.
Returns: Base64-encoded signed PDF.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pdf_base64 | Yes | ||
| certificate_name | Yes | ||
| certificate_password | Yes | ||
| reason | No | ||
| location | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |