Sign PDF
Draw a signature with a mouse, finger, or pen, or type your name in a signature style, then place it on the page and download the signed copy. This stamps a visual signature, not a cryptographic one. Everything happens in your browser, and your PDF and signature never leave your device.
Drop a PDF here, or
One PDF. Signed in your browser — nothing is uploaded.
Draw your signature above.
Drag the signature box to position it, and pull a corner to resize.
Large document — previews load as you scroll.
This adds a visual signature — an image of your signature stamped on the page. It is not a cryptographic or digital (PKI) e-signature, and does not provide tamper-evidence.
What this tool actually produces
A form arrives by email with a line near the bottom and your name printed under it, and the sender wants it back today. Printing it, signing it, and scanning it back means owning a printer that currently has ink, which is a bigger assumption than it sounds.
Read this next part first, though, because "sign a PDF" means two different things and people arrive here wanting each of them.
This tool makes a visual signature. It draws a picture of your signature onto the page and saves a new PDF with that picture in it. Same result as signing a printout and scanning it, without the printout.
It is not a cryptographic digital signature. No certificate, no identity check, no audit trail, no tamper-evidence. Nothing in the file records who signed it or proves the document is unaltered. If you have been told the document needs a digital, PKI, or qualified electronic signature, this tool does not produce one and no setting will change that. Use a dedicated e-signature service for those.
Plenty of everyday documents are fine with a visual signature, and that is the job this is built for. Whether a given signature is binding depends on the document and where you are, which is a question for whoever asked you to sign.
Making the signature and putting it in place
There are two ways to produce the mark.
Draw gives you a pad you sign with a mouse, a finger, or a stylus, with Undo for one bad stroke and Clear drawing to start over. Type renders your name in one of three styles, a formal serif italic, a script, or a plain sans-serif, in an ink color you choose.
Either way the result is cropped tightly to the ink and kept transparent, so what lands on the page is your strokes and nothing else. No white box sitting on top of the form.
Then you place it. Pick the page, drag the box where the signature belongs, and pull a corner to resize. The corner drag keeps the signature's proportions, so it cannot be squashed or stretched, and the box stays on the page. Long documents render the first ten pages up front and the rest as you scroll, which is what keeps a hundred-page contract from exhausting a phone.
Apply and download writes a fresh copy with the signature embedded at that exact spot. It places one signature on one page per pass.
That copy also drops the source document's properties, both the info dictionary and the embedded XMP metadata, so the original author name and producing application are not carried into what you send back.
What leaves your device
Your PDF does not, and neither does your signature. The file is opened in your browser, the pages are drawn there, the signature becomes an image there, and the signed copy is assembled and saved there. No account, no upload step, no signature kept for next time. Close the tab and it is gone.
The page does fetch code, from noadstools.com and nowhere else. Opening a PDF pulls in pdf.js, about 1.73 MB, which renders the previews you place the signature on. Pressing Apply pulls in pdf-lib, about 511 KB, which writes the signature into the file. A document built on an unusual text encoding, or on one of the standard PDF typefaces, also makes pdf.js request the matching character maps or font data, from this same origin and only for the documents that need them.
Those arrival times matter if you were counting on working offline. Opening a document does not fetch the library that signs it, so a connection that drops between opening and applying stops you at the last step.
None of this needs taking on faith. Open the DevTools Network tab, sign something, and watch: those two libraries come down, and nothing carrying your PDF or your signature goes up.
The full source is public on GitHub under the AGPL-3.0 license, and the privacy page keeps a written record of each library and the step that needs it.
Questions
- Can I sign a PDF online for free without an account?
-
Yes. This page does it.
No signup, no email address, no trial, and no watermark added to your document.
Add the PDF, draw or type your signature, place it, and download the signed copy. The file never leaves your browser.
- Is this a legally binding signature?
-
It produces a visual signature, which is an image of your signature stamped onto the page. That is the same thing you get by signing a printout and scanning it, and plenty of documents are routinely accepted that way.
It is not a cryptographic or PKI digital signature. It carries no certificate, verifies nobody's identity, and does not make the file tamper-evident.
Whether any signature is binding is a legal question that depends on the document and your jurisdiction, and this page cannot answer it for you. If the person asking for your signature specified a certified or digital signature, use a dedicated e-signature service instead.
- Is my PDF or my signature uploaded?
-
No, and there is no server-side step to opt out of.
The document is rendered in your browser, the signature is drawn to a canvas in your browser, and the signed file is built and downloaded there. Nothing is stored beyond the theme setting.
Check it in DevTools on the Network tab while you sign. You will see two libraries arrive from noadstools.com and no document data leave.
- Can I sign with a finger or a stylus?
-
Yes. The pad accepts a mouse, a touchscreen, and a pen, and a stylus on a tablet gives by far the most natural-looking result.
Undo removes the last stroke and Clear drawing starts the whole thing over, so a slip is not a reason to reload the page.
If you would rather not draw at all, switch to Type and pick a style.
- Is my signature saved for next time?
-
No. There is deliberately no signature library.
The signature lives in the page's memory while the tab is open and is discarded when you close or clear it. Nothing about it is written to local storage or anywhere else.
That means you redraw or retype it on your next visit, which is the trade for it never being stored anywhere.
- Can I put the signature on more than one page?
-
Not in a single pass. Each Apply places one signature on the page you selected.
To sign a second page, add the downloaded signed PDF back to the tool and repeat. It works, but a document needing initials on every page will be tedious.
- Why can it not open my password-protected PDF?
-
An encrypted PDF cannot be read without its password, and this tool does not prompt for one.
Remove the protection in the application you normally open it with, then add the unlocked file here.
The tool says the file is locked rather than reporting it as corrupt, so you know which problem you are looking at.
Related tools
Merge PDF | combine PDF files in any order. Split PDF | extract only the page that needs signing. Watermark PDF | stamp text or a logo across the pages. PDF to JPG | turn PDF pages into JPG or PNG images. Image to PDF | combine JPG, PNG, and WebP images into a single PDF.