2026-05-20 · 9 min read
How to Sign a PDF Without Adobe (5 Methods)
A signed PDF is the closest thing to a notarised paper document the digital world has. Banks accept them, courts accept them, landlords and HR teams accept them. The catch is that “signing a PDF” can mean five different things, ranging from pasting a picture of your signature to issuing a cryptographic certificate that proves you signed and that nobody altered the document afterwards. Here is how to pick the right method, and how to do it without an Adobe Acrobat subscription.
First: what kind of signature do you actually need?
Most jurisdictions recognise three tiers. The names differ slightly (the EU calls them SES, AES, and QES; the US lumps the first two together under “electronic signature” and adds a separate category called “digital signature”) but the idea is the same.
| Tier | What it is | Use it for |
|---|---|---|
| Simple electronic | An image, drawn line, or typed name placed on the PDF | Leases, waivers, NDAs, internal HR forms |
| Advanced electronic | Image plus a verifiable identity check (email, SMS, ID upload) | Vendor contracts, invoices, most B2B agreements |
| Qualified / digital | Cryptographic signature backed by a trusted certificate authority | Real estate, government filings, anything notarisable |
For roughly 90% of everyday signing — leases, employment offers, club memberships, school forms — a simple electronic signature is enough. The methods below cover all three tiers.
Method 1 — macOS Preview (the trackpad signature trick)
Preview is the best free PDF signer that exists, and it ships with every Mac. Open the PDF, click the markup toolbar (the icon that looks like a pen tip), then choose Signature → Create Signature. Two options: sign with your trackpad using your finger, or hold a hand-signed piece of paper up to your webcam and let Preview trace it.
Once saved, your signature lives in Preview forever. Drop it onto any PDF in two clicks, drag the corners to resize, position it on the signature line, and save. The signature is rendered as a transparent overlay so it looks like ink on the page rather than a sticker.
For a date and printed-name field beside it, use Tools → Annotate → Text to add the rest. Total time for a typical contract: under a minute.
Method 2 — Windows: Edge or the Snipping Tool
Windows users have two reasonable native paths. Edge has a built-in PDF reader with a draw tool — open the PDF, click Draw, pick a thin black ink, sign with the mouse or a touchscreen, save. The result is a vector ink stroke on the page. Edge will also fill any interactive signature field if the form has one.
For a more polished look, sign a piece of paper, photograph it, open the image in Paint, use Image → Background Removal (Windows 11) or save as a transparent PNG via the Photos app, then paste into the PDF using Edge’s annotation tools or any of the in-browser editors below.
Method 3 — In-browser signing (no upload)
Several open-source PDF tools run entirely in your browser using WebAssembly — your contract never leaves your laptop. The pattern: open the page, drop in the PDF, click on the signature line, draw or type, hit download. Look for tools that explicitly say “runs in your browser” or “client-side”; if there’s an upload progress bar, the file is going to a server.
This is a smart default for documents containing private data (salary, social security numbers, banking) where you’d rather not upload to a free signing service whose retention policy you haven’t read.
Method 4 — Convert to Word, sign, export back
For complex documents where you need to add clauses, redline text, or fill many free-text fields before signing, the fastest path is often to round-trip through Word. Convert the PDF to DOCX, edit comfortably, paste a signature image at the end, then export back to PDF. Word’s editing surface beats every PDF tool for anything more involved than ticking boxes.
Use a converter that runs on your device — like our free PDF to Word converter — so the contract isn’t uploaded to a stranger. For more on the mechanics, see our guide to editing a PDF without Adobe.
Method 5 — Cryptographic digital signatures
For real-estate closings, court filings, EU public procurement, or anything where a counterparty might later contest the signature, you want a cryptographic digital signature. This binds your identity (verified by a certificate authority) to a hash of the document, so any later change invalidates the signature.
- EU residents: use your national eID (Itsme, FranceConnect, SPID, BankID, smart-id, etc.) via a Qualified Trust Service Provider. Signatures are recognised across all 27 member states under eIDAS.
- US: DigiCert, IdenTrust, and GlobalSign sell personal signing certificates. The IRS accepts these for many filings; some state recorders do too.
- Free options: some governments give citizens free qualified certificates as part of their eID program (Estonia, Belgium, Luxembourg). Worth checking before paying.
The signing tool itself is usually free — Adobe Reader, Foxit Reader, and LibreOffice can all apply a certificate-based signature once you have one installed. The cost is the certificate, not the signing.
Worked example: signing a 12-page lease
You receive a 12-page residential lease. You need to (a) initial each page, (b) fill in your address and phone, and (c) sign on the last page. The fastest workflow on a Mac:
- Open in Preview.
- Tools → Annotate → Signature → pick the saved signature. Resize it small for initials.
- Click on each page’s initial line. Preview drops a copy of the signature each time. About 30 seconds for 12 pages.
- On the fillable fields (address, phone): if interactive, click and type; if flat, use Tools → Annotate → Text and place a text box.
- On the last page, drop a full-size signature, add the date with a text box.
- File → Export as PDF (this flattens annotations so the recipient can’t shift them around).
Total elapsed time: about three minutes. No app installs, no upload, no subscription.
Flatten before sending
Whatever method you use, flatten the PDF before sending. Annotations and form fields in a non-flattened PDF can be moved or cleared by the recipient — sometimes accidentally. Flattening bakes them into the page as static content. In most viewers there’s a File → Print → Save as PDF option that does this automatically; in Preview it’s File → Export and the act of exporting flattens.
A privacy note
Signed contracts are some of the most sensitive documents you handle — they tie your name, signature, and often your address to a legal agreement. Be very careful with free online signing services. Stick to local tools (Preview, Edge, in-browser WebAssembly tools) for anything containing personal data. If you must use a hosted service, pick one with a public retention policy and a clear delete-on-demand option.
Decision matrix
- One-off lease or waiver → Preview / Edge.
- Recurring B2B contracts → in-browser signer with template.
- Large document with many free-text edits → convert to Word, edit, sign, export.
- Real estate, court, government → digital signature with qualified certificate.
- XFA government form → Foxit or LibreOffice, then certificate sign.
If your contract has fillable fields you also need to complete, our guide to filling PDF forms walks through five methods. And if you’d rather edit the document in Word before signing, our PDF to Word converter runs entirely in your browser — no upload, no signup.