How to Create a Digital Signature Free (No Upload)
By Rui Barreira · Last updated: 12 June 2026
You can draw and download a digital signature as a transparent PNG entirely in your browser using brevio Signature Maker — the Canvas API handles everything locally. Your signature never leaves your device.
Most signature creation tools either require an account, charge a monthly fee, or upload your image to a server. The Canvas API in every modern browser is capable of capturing strokes and exporting them as a PNG — no server is needed. brevio Signature Maker uses exactly this approach: draw, download, done.
How to Create a Digital Signature in Your Browser
- Open brevio Signature Maker. No account, no installation required.
- Choose a pen color. Black is the default and works for most documents. Dark blue is a common alternative for a more 'wet ink' appearance.
- Adjust thickness. Use the slider to set line width between 1px (thin) and 8px (bold). Most people find 2–4px natural.
- Draw your signature in the canvas area. Use a mouse, trackpad, or finger on a touchscreen. The canvas is 600×200px — sign as you normally would.
- Click Download PNG. The transparent PNG downloads directly to your device. Nothing is sent to any server at any point.
- If you make a mistake, click Clear to reset the canvas and start again.
How to Verify No Data Is Transmitted
- Open DevTools. Press F12 on Windows/Linux or ⌘⌥I on Mac.
- Go to the Network tab. Filter to Fetch/XHR to focus on data requests.
- Draw your signature in the canvas.
- Click Download PNG.
- Observe the Network tab. You will see zero outbound requests triggered by drawing or downloading. The only network activity is the initial page load (static assets). The download itself is a local
canvas.toDataURL()call — it never leaves your browser.
This matters particularly if you are signing documents that contain personal details or confidential information, or if you work in a regulated industry where data handling is audited.
Where to Use Your PNG Signature
A transparent PNG signature can be used anywhere an image can be inserted:
- Google Docs: Insert → Image → Upload from computer. Resize to fit the signature line. Right-click the image and set "Text wrapping" to "In line" for precise positioning.
- Microsoft Word: Insert → Pictures → This Device. Use the "In Front of Text" wrapping option to place it freely over the signature line.
- LibreOffice Writer: Insert → Image. Transparent PNGs render correctly with background showing through.
- Apple Pages: Drag the PNG file directly into the document. Adjust wrapping to "None" for overlay positioning.
- Email clients: In Gmail or Outlook, insert the PNG as an inline image in your email signature settings. The transparency means it blends with any email background.
- PDF forms: Use brevio's PDF Sign tool to draw directly onto a PDF — or place the exported PNG into any PDF editor that accepts image overlays.
Legal Weight: Drawn Image vs E-Sign vs Wet Ink
Understanding what legal standing different signature types have helps you choose the right approach for each document.
| Signature Type | Legal Standard | Audit Trail | Best For |
|---|---|---|---|
| Drawn image (PNG) | Simple electronic signature — valid under eIDAS (EU) and ESIGN Act (US) for most contracts | None — no timestamp or identity verification | Internal documents, personal correspondence, informal agreements |
| DocuSign / Adobe Sign (e-sign platforms) | Advanced or qualified electronic signature — includes timestamp, IP logging, and identity verification | Full audit trail — legally admissible in most jurisdictions | Contracts, NDAs, employment agreements, real estate |
| Wet ink (physical) | Traditional standard — highest recognition in all jurisdictions | None (unless notarised) | Wills, deeds, notarised documents, government forms requiring original signature |
For day-to-day document signing, a drawn PNG is adequate. For high-stakes contracts where enforceability may be challenged, use a platform that provides a cryptographic audit trail.
Signature Maker Comparison
| Tool | Upload Required? | Account Required? | Output Format | Cost |
|---|---|---|---|---|
| brevio Signature Maker | No — fully in-browser | No | Transparent PNG | Free forever |
| Smallpdf eSign | Yes — uploaded to Smallpdf servers | Yes | Embedded in PDF | Free tier (2 tasks/day), Pro from $9/month |
| DocuSign | Yes — document uploaded to DocuSign | Yes | Signed PDF with audit trail | Free trial; paid from $15/month |
| signfree.io | No — client-side drawing | No | PNG | Free |
| HelloSign (Dropbox Sign) | Yes — uploaded to Dropbox servers | Yes | Signed document with audit trail | Free tier (3 docs/month); paid from $15/month |
Tips for a Better Signature
- Use a touchscreen or stylus if available — drawing with a finger on a phone or tablet produces a more natural-looking signature than a mouse.
- Draw slowly for smoother curves. The Canvas API captures every mouse/touch event; quick movements can produce jagged edges.
- Try 2–3 times and pick the best result before downloading. Click Clear to reset.
- Scale after downloading rather than trying to fill the canvas perfectly — the PNG can be resized without quality loss when placed in a document, since the signature is drawn at a higher internal resolution (600px wide).
Frequently Asked Questions
Is a signature created with this tool legally valid?
For most purposes, yes. Under the EU eIDAS regulation and the US ESIGN Act, an electronic signature is legally valid when it demonstrates intent to sign and is associated with the document. A drawn PNG signature satisfies this for informal contracts and personal documents. For high-stakes legal documents (property transfers, regulated financial agreements), use a platform with a full audit trail.
Can I save my signature for reuse?
Download the PNG and store it on your device. Next time you need to sign, insert the saved PNG into your document — no need to draw it again. Keep the file in a folder you can find quickly (e.g. Desktop or a Documents/Signatures folder).
Does the PNG have a transparent background?
Yes. canvas.toDataURL('image/png') preserves the canvas alpha channel, which means unpainted areas are fully transparent. When placed on top of a document, the background shows through and only the signature strokes are visible.
What if my signature looks too thin or thick?
Adjust the thickness slider before drawing. A setting of 2–3px is natural for most signatures. If your signature appears pixelated when enlarged, this is a resolution constraint of the 600×200px canvas. For a larger base resolution, draw the signature and scale it up moderately (up to 200%) in your document before it becomes noticeably blurry.
Can I use this on a mobile phone?
Yes. The tool works on iOS and Android browsers. Touch events are fully supported — draw with your finger or a stylus. The touch-none class prevents the page from scrolling while you sign, so the drawing experience is smooth on small screens.
Frequently Asked Questions
- Is a drawn PNG signature legally valid?
- For most purposes, yes. Under eIDAS (EU) and the ESIGN Act (US), an electronic signature is valid when it demonstrates intent to sign. A drawn PNG is adequate for informal contracts and personal documents. For high-stakes legal agreements, use a platform with a full cryptographic audit trail.
- Does the downloaded PNG have a transparent background?
- Yes. The Canvas API exports a PNG with full alpha channel transparency. When placed over a document in Word, Google Docs, or a PDF editor, the background shows through and only the signature strokes are visible.
- Can I save my signature and reuse it?
- Download the PNG and store it on your device. Next time you need to sign a document, insert the saved PNG — no need to draw it again.
- Does this work on a mobile phone?
- Yes. Touch events are fully supported. Draw with your finger or a stylus on iOS or Android. The tool prevents page scrolling while drawing so the experience is smooth.
- What is the difference between this and DocuSign?
- brevio Signature Maker creates a PNG image of your signature locally — no upload, no account, no audit trail. DocuSign is a certified e-signature platform that uploads your document and generates a legally-admissible audit trail. Use brevio for convenience and privacy; use DocuSign when legal certification is required.