PdfWox

Sign a PDF — draw, type, or upload

Add your signature to a PDF in three ways: draw, type, or upload an image. Place it anywhere, then download.

Files are processed entirely in your browser. Nothing is uploaded to any server.

About this tool

Signing a PDF used to mean printing it, putting pen to paper, scanning it back, and emailing it as an attachment. Sign PDF compresses that to a single browser tab: upload the document, create your signature, place it on the page, and download the signed file. Three signature styles are supported — drawing with a mouse or finger, typing your name in a script font, or uploading a photo of your handwritten signature.

Once a signature is created it can be dragged to any position on any page and resized to fit the signature line. Multiple signature placements are allowed, which is useful for documents that require initials on every page as well as a full signature at the end. Signatures are stored in browser local storage so you can reuse them across sessions without redrawing.

This tool produces an electronic signature — a visible mark on the page. It is not a cryptographic digital signature with a certificate authority. Electronic signatures are legally recognised for most everyday contracts in many countries, but if your specific use case requires a certificate-based signature, you will need a dedicated signing service. For everything else — NDAs, rental agreements, offer letters — this tool handles it in under a minute.

How it works

  1. 1

    Upload PDF

    Drop the PDF you want to sign.

  2. 2

    Create signature

    Draw on the canvas, type your name in a script font, or upload a signature image.

  3. 3

    Place & download

    Drag the signature into place, resize, and download the signed PDF.

Frequently asked questions

Is this legally binding?
An electronic signature counts in many jurisdictions for ordinary contracts. For specific legal use, check local rules.
Is this a digital signature (cryptographic)?
No — this is a visible electronic signature. We don't add cryptographic signatures in this tool.
Is the file uploaded?
No, signing happens entirely in your browser.
Multi-page placement?
Yes — place the signature on any page.
Reuse my signature?
Saved signatures persist in your browser's storage so you can reuse them locally.

Related tools

Fill PDF

Type into PDF form fields and download a filled copy.

Create fillable PDF

Add form fields to any PDF.

Protect PDF

Add a password and restrict permissions.

Embed this tool

Let your visitors use Sign PDF without leaving your site. Paste the snippet below into any HTML page. Files stay private — everything runs in the visitor's browser.

<iframe
  src="https://pdfwox.com/embed/sign-pdf"
  width="100%"
  height="600"
  style="border:none;border-radius:8px"
  title="sign-pdf tool"
  allow="downloads"
  loading="lazy"
></iframe>
<script>
window.addEventListener('message',function(e){
  if(e.data&&e.data.type==='privpdf-resize'){
    var f=document.querySelector('iframe[src="https://pdfwox.com/embed/sign-pdf"]');
    if(f)f.style.height=e.data.height+'px';
  }
});
</script>

The embed runs entirely in the visitor's browser — no files are uploaded. The iframe resizes automatically to fit its content via postMessage.

Deeper guide

Read the full how-to

Open the guide