Sign PDF

Cryptographically sign a PDF with a PFX/P12 certificate and add a visible signature field.

File and output

PDF

Drag a PDF or click to choose it.

PDF. Limits depend on your plan.

File ready

PDF
Waiting for file

The result will appear here.

Format
-
Size
-
Pages
-

Also available by API

Use the mirror endpoint with multipart or base64 JSON. API balance stays separate from web NOX.

Billing validates balance before processing and only charges after a successful output.

POST /api/v1/tools/pdf-sign
Authorization: Bearer TU_API_KEY
Content-Type: application/json

{
  "pdf_base64": "data:application/pdf;base64,...",
  "certificate_base64": "data:application/x-pkcs12;base64,...",
  "certificate_password": "mi-clave",
  "signer_name": "Miguel angel",
  "reason": "Aprobado",
  "pages": "1",
  "position": "bottom_right"
}