Home PDF tools Sign PDF

Sign PDF

Sign a PDF right here: draw your signature on a pad or type your name, click the page preview to drop it where it belongs, set the width, and download the signed file. Everything happens in your browser — the file is never uploaded. Be clear about what this is: a visual electronic signature drawn on the page, not a certificate-based digital signature.

No file loaded yet. Your PDF is read by this page on your own device and is never sent anywhere.

What you get here is a picture of your signature on the page. It is an electronic signature in the everyday sense — it looks like your signature, it prints like your signature, and a counterparty can see it — but it carries no cryptography. There is no PKI certificate, no tamper-evidence and no audit trail: anyone who edits the PDF afterwards leaves no trace that this page could detect, and nothing in the file proves who signed it or when. If a bank, a court or a portal asks for a "digitally signed" PDF that shows a valid signature panel in a reader, this tool cannot produce that.

Signature pad — draw with your mouse, trackpad, stylus or finger

The pad has a transparent background, so nothing but your strokes is copied into the PDF. If the pad is empty, the tool says so instead of stamping a blank box.

Load a PDF and every page of the file is listed here.

Every page

Tick this to stamp the same signature and position on every page — the usual way to initial a multi-page document. Pages of a different size have the signature pulled inside their own edges.

Page preview — click the page where the signature should go

Load a PDF to see the page you are signing drawn here.

Clicking is a convenience, not the only way: the two number boxes below set the exact position in PDF points, which is also how you place the signature with a keyboard or place it precisely at a form's signature line. The page is drawn with pdf.js, the renderer from Firefox, from the bytes in your own browser's memory.

PDF coordinates start at the bottom-left corner, so Y counts upwards from the bottom of the page. These two boxes work as soon as a PDF is loaded, with or without the preview, and clicking the preview just fills them in for you. A value that would push the signature past the edge is pulled back inside the page.

The height follows your signature's own proportions, so the ink is never stretched. 180 pt is about 6.3 cm — a normal signature width above a paragraph of text.

The date is drawn as plain text (Helvetica) at the moment you press Sign PDF, using this device's local date. It is text this page typed, not a trusted timestamp from an authority, and it can be edited afterwards like any other text in the file.

Choose a PDF file to begin.

FileNo file loaded
Pages
Signature placed on
Signature size on the page
Original size
Signed file size
No PDF loaded yet.

What signing a PDF actually means

"Sign a PDF" covers two very different jobs, and the difference matters when someone asks you for a signed document. The first is a visual signature: an image or a line of text drawn onto the page, in the place where a pen signature would go. That is exactly what this page does, and it is what most everyday paperwork needs — a lease, a consent form, a quotation, a timesheet, a school trip letter. The second is a certificate-based digital signature, where signing software uses a private key and an X.509 certificate to compute a cryptographic signature over the bytes of the document, so that a PDF reader can show a signature panel, detect any later change, and (with a trusted certificate) tell you which legal identity signed it. This page cannot do the second job, and nothing here pretends otherwise.

Inside the first job, the work is genuinely simple. Your drawing or typed name is turned into a PNG image by a canvas in your browser. The image is trimmed to the ink, so the transparent margin around your strokes is not part of what gets placed. pdf-lib then loads your PDF in memory, embeds that PNG once, and draws it on the page you chose with the position and width you set. PDF coordinates are measured in points from the bottom-left corner of the page, and this page does that flip for you: the Y box counts upwards from the bottom edge, and clicking the preview converts your click into the same numbers. When you press Sign PDF, the modified document is written back out as a download. Your original file on disk is never touched.

What stays untouched is worth spelling out, because a badly made signing tool can quietly wreck a document. The page count does not change, page sizes do not change, existing rotations are left alone, and every piece of text, vector art, image and link that was already in the file is copied as it was. The only additions are one image object plus a short drawing instruction on each page you signed — and if you sign several pages with the same signature, that image is stored once and referenced by all of them. The readout after a run shows the exact byte count of the original and of the signed file, counted on your own document, so you can see precisely what the signature cost in size.

One limit is inherent to a visual signature and is worth repeating in this section as well as next to the controls: the mark is page content, so a PDF editor can move it, copy it onto another document or delete it, and a copy of the file is a copy of your signature. That is equally true of a scan of a pen signature or a photo of one. Sign only files you own or have the right to modify, and if the recipient insists on a cryptographic signature, use a tool that issues or accepts a signing certificate — this one does not.

How to sign a PDF

  1. Choose the PDF. Press Choose a PDF file and pick the document. This page reads it and shows the file name, the page count and the original size straight away. Nothing is uploaded at any point.
  2. Make your signature. Leave the mode on Draw and sign on the pad with a mouse, trackpad, stylus or finger, or pick Type and enter your name, initials or short text with one of the three fonts. Both paths produce the same kind of image; the pad has a Clear button if you want to start again.
  3. Pick the page. The Page to sign menu lists every page of the file and starts on page 1. Tick Sign every page if the same signature has to appear on all of them, which is how initialling a multi-page document is normally done.
  4. Place it. Click the spot on the page preview where the signature belongs. A blue box shows exactly where it will land. Need a precise position — a form's signature line, for example — type the X and Y values in points instead, or nudge them in the number boxes; both stay in sync with the click.
  5. Set the width. Drag the width slider between 60 and 400 pt. The height follows your signature's proportions, so the ink is never squashed, and the blue box grows and shrinks to match.
  6. Add the date if you need it. Tick Print today's date under the signature and the tool draws today's local date beneath the signature in Helvetica. Leave it clear and nothing but the signature is added.
  7. Press Sign PDF and download. The tool stamps the page in your browser and offers the result as <your-file-name>-signed.pdf. The readout tells you which pages were signed, the size of the signature on the page, and the before-and-after byte counts.

Worked example

The test file used here was built for this page: signature-test.pdf, 5 pages totalling 3,428 bytes (3.35 KB). Each page was deliberately given its own width — 400, 401, 402, 403 and 404 pt by 700 pt — so that every page can be identified in the signed file by its own size. Every number and position below is what this page reported and wrote in a browser on that file.

Two honest notes about these figures. They are measurements of small test files built for this page, not a promise about your document: any PDF grows by the signature image plus one short drawing instruction on each signed page, and nothing else in the file is re-encoded, so adding the same signature to a 300-page scan changes that file by roughly the same few kilobytes. And no timing is quoted anywhere on this page, because a figure like that would say more about the computer it ran on than about the tool.

Who is this PDF signing tool for?

Use this on documents you own or have the right to modify. Adding a signature to someone else's document, or to a document whose real signature has to be verifiable, is a job for a tool with proper certificates — and, depending on where you are, for a person with the authority to sign it.

Why this is not a certificate-based digital signature

A cryptographic PDF signature is not a picture. When signing software applies one, it takes the byte range of the document, hashes it, and signs that hash with a private key that belongs to a certificate. The certificate — issued by a certificate authority, and in many countries tied to a verified legal identity — is embedded in the file together with the signature, so a reader can check the maths and display who signed, when, and whether the document changed after signing. If a single byte changes afterwards, the signature reports as invalid; that is the tamper-evidence. Some signatures also carry a timestamp from an authority, which is what makes long-term validity possible. None of those parts exists in what this page produces.

What this page produces is page content: a PNG image of your signature, drawn with pdf-lib at coordinates you chose, plus optionally a line of Helvetica text with today's date. There is no key, no certificate, no hash over the document and no signature dictionary. Open the download in a PDF reader and you will find no signature panel and no "signed by" information, because there is nothing cryptographic in it to verify. That is a limitation, not a hidden feature, and it is stated here, in the warning above the controls, and in the FAQ.

 This page — visual signatureA certificate-based digital signature
What is added to the fileA PNG image of your signature, plus optional date textA cryptographic signature, a certificate and a signature dictionary
How identity is establishedNot at all — the mark is whatever you drew or typedBy the certificate and its issuing authority
Can a reader verify it?No. It is a picture of a signatureYes — the reader checks the maths and shows the result
Does it detect later edits?No. Editing the page leaves no trace this tool could detectYes — any change after signing invalidates the signature
Can it be copied or removed?Yes, with any PDF editor: it is ordinary page contentIt cannot be forged without the private key; removal is detectable
What it is good forEveryday paperwork where a visible, printable signature is the pointContracts, filings and portals that demand verifiable signing

Two practical consequences follow, and both are useful to know before you send the file. First, a document signed this way should not be described as "digitally signed" to a recipient who might read that as cryptographic — say a signed PDF with a visible signature instead, so nobody is misled. Second, the mark lives in the page's content stream, which is why this tool can place it anywhere, resize it before signing, and repeat it on every page: it is drawing, not cryptography.

Common use cases

Pro tips

FAQ

Are my PDF files uploaded to a server?

No. The PDF is read from your disk by your own browser, the signature is drawn on a canvas on your device, and pdf-lib stamps the pages in memory before the finished file is handed back to your downloads folder. Nothing is sent over the network — the page works with your connection switched off once it has loaded — and no copy of your document or your signature is stored anywhere but your own device.

Is this a legally valid electronic signature?

That depends on your jurisdiction and on what the recipient accepts, and this page cannot answer it for you. What it can tell you precisely is what it produces: a visible image of your signature drawn on the page, with no cryptographic proof of who signed or whether the file changed afterwards. Many everyday agreements accept that; anything that needs a verifiable, tamper-evident signature needs a certificate-based digital signature, which this tool does not create.

Can I sign with my initials instead of my full signature?

Yes, and it is a common way to initial a multi-page document. Switch to the Type mode, enter your initials, drop the width slider to roughly 70 to 90 pt, and tick Sign every page if the same initials have to appear on every page. You can also draw initials on the pad in the Draw mode.

Can I sign every page at once?

Yes. Tick "Sign every page with this signature" and the same image is drawn at the same position on every page of the file in one run. Pages whose size differs from the previewed page have the signature pulled inside their own edges so it never hangs off the paper, and the readout tells you how many pages were signed.

Why is my typed name a picture in the PDF instead of text?

Because that is how the signature is made: the typed name is rendered onto a canvas with the font your device has, and that canvas is exported as a PNG image which pdf-lib draws on the page. The advantage is that the look is identical everywhere and never depends on the recipient having the same font; the consequence is that the name is not selectable, searchable or editable as text in the signed file.

Can I move or resize the signature after signing?

Before you press Sign PDF, yes — click a new spot, change the X and Y boxes, or drag the width slider, and the blue box shows the result immediately. After the file is downloaded, the signature is ordinary page content, so this tool cannot pick it up again: either sign the original again with a different position, or move the mark in a PDF editor that can edit page content.

Can I sign a password-protected PDF?

No. A PDF that needs a password to open cannot be read in the browser, so the tool reports a load error instead of producing a broken file. Open it in a PDF reader, remove the password (or print it to a new PDF), then sign the unlocked copy.

Can someone tell that the signature was added with a tool?

There is nothing cryptographic to tell them, but the evidence is visible on inspection: the signature is an embedded image object on the page, and the file's metadata usually records the software that rewrote it. Anyone who opens the file with a PDF editor can see and move the image. There is no audit trail, no signing time recorded by an authority, and no way for this page to prove that you were the person who signed.

Does signing change the file size?

It grows by the size of the signature image plus a short drawing instruction on each signed page, and the readout shows the exact before-and-after byte counts on your own file. The same image is stored once even when it is drawn on many pages, so signing twenty pages costs about the same as signing one. Nothing else in the document is re-encoded, so the rest of the file keeps its original bytes.

Does it work on a phone or a tablet?

Yes. The pad supports touch and pointer input, so you can sign with a finger or a stylus, and the preview, slider and number inputs work at phone width. Very large PDFs preview more slowly on older phones because the page is rendered by pdf.js in the tab, so for a big document it is worth using the number boxes on a phone and checking the result.

Does it add a date automatically?

Only if you tick the date box. The date is then drawn as Helvetica text below the signature, using the local date of the device at the moment you press Sign PDF. It is a plain text line that this page wrote, not a trusted timestamp from a timestamping authority, and it can be edited or removed afterwards just like any other text in a PDF.

Is this PDF signing tool free, and does it add a watermark?

It is free, with no sign-up, no email gate and no limit on how many files you sign. Nothing is added to your document except the signature you made and, if you asked for it, the date line: no watermark, no stamp, no extra page and no footer. Your original file is never modified — you get a new download named after your file with -signed.pdf at the end.

Related searches

sign pdf, add signature to pdf, sign pdf online free, esign pdf, pdf signature tool, fill and sign pdf, add initials to pdf, electronic signature pdf, sign a pdf without printing, draw signature on pdf, sign pdf on phone, add signature to pdf without acrobat

Related tools