Sign PDF
Add your handwritten or typed signature to a PDF
Draw your signature with your mouse or finger.
{ const f = e.target.files[0]; if (!f) return; opts.sigDataUrl = await new Promise(r => { const fr = new FileReader(); fr.onload = () => r(fr.result); fr.readAsDataURL(f); }); })($event)" class="block w-full text-sm">
Privacy first
This tool runs entirely in your browser. Your file never reaches our servers.