Help › How to sign a PDF
How to sign a PDF in your browser (free)
Add a real digital signature — not just a picture of one — with a certificate generated on your device. No upload, no account: the file never leaves your browser.
1. Open the PDF
Open your document in the editor (or start from the Sign PDF page, which jumps straight to the signing dialog once you pick a file). Everything runs locally.
2. Open the signing dialog
Go to Document → Sign…. Enter the signer name (required) and an optional reason, such as "I approve this document".
3. Sign & download
Click Sign & download. The editor generates a fresh
self-signed certificate (RSA-2048, SHA-256) entirely in your
browser, signs the document with it, and downloads a copy named
yourfile-signed.pdf. The document you have open stays the editable
original.
4. Verify signatures in a PDF
When you open a PDF that already contains digital signatures, a signature badge appears in the top bar. Click it to review each signature: who signed, the reason and date, whether the document integrity check passes (the signed bytes are unmodified), whether the signature is authentic for its embedded certificate, and whether it covers the whole file or the file was changed after signing. Note that this verifies the cryptography — it does not check certificate trust chains, revocation, or timestamps.
5. Edit a signed PDF without breaking the signature
If you need to make changes to an already-signed document, use Save (keep signed revision) instead of a normal save. It appends your changes as an incremental update after the original bytes, so the earlier signed revision stays cryptographically valid.
More guides: Fill out a PDF form · Edit a PDF · Redact a PDF