New Signature Request

Send a document to others for signing. They'll receive a magic link by email - no account needed.

Select a PDF to send

Drag & drop your PDF file here

PDF files only · Processed securely · Never stored

How it works

Send a PDF for signature in 3 steps

No sign-up required for signers. Works on any modern browser - desktop, tablet or mobile.

01

Upload your PDF

Drop or select any PDF file. SupaPDF renders it instantly in your browser - no software install needed.

02

Place fields & add signers

Drag signature, initials, name and date fields onto any page. Add each signer's name and email address.

03

Send - they sign in one click

Each signer receives a unique magic link by email. No account required. You are notified when everyone has signed.

Why SupaPDF

Everything you need for e-signatures

Legally binding

Every request includes a full audit certificate - email, IP, timestamp and optional SMS OTP - meeting eSign requirements.

No account for signers

Signers receive a magic link by email. They sign instantly - no account, no download, no friction.

Private & secure

All uploads use HTTPS. Files are permanently deleted from our servers once signing is complete.

Advanced eSignature (AES)

Enable SMS OTP verification for a stronger identity check and AES compliance with a full audit trail.

Developer API

Send signature requests programmatically

Use the SupaPDF Signatures API to trigger signing workflows from your own application or backend.

curl -X POST https://api.supapdf.com/v1/signatures \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "files": [{ "filename": "contract.pdf", "storage_key": "https://..." }],
    "signers": [{
      "name": "Jane Smith",
      "email": "[email protected]",
      "type": "signer",
      "elements": [{ "type": "signature", "pages": "1", "position": "bottom middle" }]
    }],
    "expiration_days": 7,
    "signer_reminders": true
  }'

FAQ

Frequently asked questions

Everything you need to know about sending PDFs for signature with SupaPDF.