notarized by Apple
Sign PDFs like Acrobat does. Skip the Acrobat.
PDFSign puts a real cryptographic signature — the same
adbe.pkcs7.detached format Adobe Acrobat produces and
validates — on your documents. It's a native Mac app that weighs about
as much as this web page, and signing PDFs is the only thing it does.
no account · no subscription · no telemetry · nothing phones home
Open a PDF, drag a rectangle, sign.
Certificates come straight from your Mac's Keychain — or import a .p12 file. Drop a stamp where the document needs it, or sign invisibly. Encrypted PDFs are refused instead of mangled.
Your handwriting, three ways.
Draw it
Sign with your finger on the trackpad, like Preview — saved for next time.
Scan & sign
Point your phone's camera at a QR code and a full-screen signature pad opens in the browser. Any phone, same Wi-Fi, no app.
Import it
Photograph a signature on paper — the light background is lifted away automatically, keeping only ink.
Signatures a validator can love.
Signing appends an incremental update — the original bytes are untouched, so signatures already on the document stay valid. What lands in the file:
/Digest SHA-256 · CMS via Apple's Security framework
/Writes incremental update — prior signatures survive
/VerifiesIn Adobe Acrobat · pdfsig · openssl smime
/Weighs ≈ 2 MB · SwiftUI + PDFKit · zero dependencies
/License MIT >>