Draw on PDF Online Free: Freehand Markup on Mobile or Desktop
Draw on PDF online free with stylus, finger, or mouse — browser-local on iPad, Android, Windows, or Mac. No upload, no signup, pressure-sensitive on tablet.
The short answer
To draw on PDF online free without uploading the file, open the pdfmavericks.com signing canvas at /sign. The canvas accepts freehand input from any pointer device — Apple Pencil on iPad, S Pen on Samsung tablet, mouse, trackpad, or finger. The strokes are written into the PDF as embedded ink annotations per the PDF 2.0 spec (ISO 32000-2). The file never leaves the browser tab. The same workflow scales from a 30-second signature box to circling a typo on page 7 of a contract.
The /sign tool was built first because signatures are the highest-volume freehand use case. The same canvas covers most of the freehand-markup needs that a dedicated "draw" tool would, including circling, arrowing, freeform shapes, and quick sketches. A dedicated freehand annotation tool with stroke layering and an eraser is in development — see the "what's coming" section below. Today, /sign is the path.
Why freehand still beats typed comments
Most professional PDF readers ship with a comment tool that lets you click a spot on the page and type a note. For text-substantive feedback that's usually the right call — typed comments are searchable, copyable, and easy to summarize. For three categories of feedback, freehand is faster and more accurate:
- Spatial corrections. "Move this box left and align with the header" is faster to draw than to write. A stylus arrow and a wavy line make the intent unambiguous in two seconds.
- Diagram edits. Drawing on the diagram itself — circling a missing arrow, sketching a new connection, crossing out a label — is the natural way to communicate visual changes. Typed comments on a diagram require coordinates that the recipient has to match back to what they see.
- Signatures and initials. Legally and culturally, a signature is freehand. Typed names in script fonts do not carry the same weight in most jurisdictions. India's IT Act 2000 Section 3 recognizes electronic signatures including drawn ones (per meity.gov.in), and the U.S. ESIGN Act 2000 similarly accepts "an electronic sound, symbol, or process" that includes drawn signatures (see fdic.gov).
All three categories work better with a pressure-sensitive stylus on a touch device. The next sections cover the three hardware paths.
How the browser-local drawing canvas works
The freehand canvas combines three browser primitives — the HTML5 Canvas API for rendering, the Pointer Events API for input, and PDF-lib (compiled to JavaScript) for writing annotations back into the PDF. None of these primitives require a server.
When you drop a PDF on the page, PDF.js parses the bytes and renders each page to a Canvas element. Your stylus or mouse moves trigger Pointer Events that capture position, pressure (if available), tilt (if available), and timestamp. Each event draws a small line segment to the Canvas. When you save, PDF-lib reads the Canvas strokes and writes them into the PDF as ink annotations — vectors, not raster, so they stay sharp at any zoom level.
The Pointer Events specification is at w3.org/TR/pointerevents3 and the PDF annotation format is defined in ISO 32000-2 Section 12.5. The reason this works browser-local at all is that everything described above is a client-side operation. Nothing about your strokes or your PDF reaches a server during the session.
iPad with Apple Pencil
Apple Pencil and Apple Pencil 2 both deliver pressure and tilt data through the iPadOS Pointer Events API. Safari 16+ and Chrome on iPadOS both expose this data to web pages, which means the pdfmavericks.com canvas reads pressure the same way the native Notes app does. The result is natural-looking strokes that vary with how hard you press.
- Open Safari or Chrome on iPad.
- Go to pdfmavericks.com/sign.
- Tap "Choose PDF" and pick a file from Files, iCloud Drive, Dropbox, or any other Files-integrated provider.
- The PDF renders. Use Apple Pencil to draw directly on the page.
- Tap Save. The annotated PDF saves to Files (or wherever you choose).
One iPad-specific note: rest your palm on the screen while drawing. Apple Pencil firmware suppresses palm contact when the Pencil is active, so the canvas only registers Pencil input. This is the same palm-rejection behavior every iPad drawing app uses, including Notes, Procreate, and GoodNotes.
Android with S Pen or active stylus
Android delivers pressure data through the same Pointer Events API. Samsung Galaxy Tab with S Pen, Lenovo Tab Yoga with active pen, and any Android device with a Wacom-compatible stylus all work. Chrome on Android, Samsung Internet, and Brave all expose the pressure field.
- Open Chrome (or your preferred browser) on the Android tablet.
- Go to pdfmavericks.com/sign.
- Tap "Choose PDF" and pick a file from the Android file picker.
- Draw with the S Pen or stylus directly on the rendered page.
- Tap Save. The PDF downloads to the browser's default Downloads folder.
Samsung S Pen specifically delivers pressure on a 4,096-level scale per Samsung's S Pen specification page. The browser API normalizes pressure to a 0-to-1 float, and the canvas maps that to stroke width with a sensible default curve. The result is visually indistinguishable from drawing in Samsung Notes for the kinds of strokes most users make on a PDF.
Desktop with mouse or trackpad
On a non-touch desktop, the canvas falls back to mouse or trackpad input. There's no pressure data, so stroke width stays at whatever you set in the controls. For signatures, the trackpad on a MacBook produces respectable results with practice — many remote-work signatures get drawn exactly this way every day. For sketches and arrows, mouse is fine for short strokes but quickly hits the same coordination ceiling drawing-with-a-mouse has had for thirty years.
The practical workaround on desktop is a Wacom Intuos or similar drawing tablet plugged in via USB. The tablet delivers pressure data through standard HID drivers, which Chrome and Firefox surface through the Pointer Events API exactly the same as a built-in touch screen. Total cost: about $80 for the basic Wacom model; the quality jump versus mouse is substantial.
Real freehand-markup use cases
Five workflows where freehand on PDF earns its place:
- Contract redline by hand. A lawyer reads a draft on iPad, circles changes, draws arrows into the margin with the suggested rewording. Sends the marked-up PDF back to opposing counsel. The redline is human-readable, dated, and visibly hand-corrected — which carries different weight than tracked changes in some negotiation styles.
- Architectural plan markup. Builder receives a floor plan PDF, circles the load-bearing wall, draws an X through the proposed door location, annotates "3 ft minimum" next to the corridor. Sends back. Designer sees the corrections in spatial context without parsing typed coordinates.
- Medical chart annotation. Doctor reviews a scan or report, circles the area of interest, draws a measurement line, adds a margin note. The PDF stays on the doctor's device under HIPAA's minimum-necessary rule; nothing uploads.
- Student worksheet correction. Teacher grades a PDF worksheet on tablet, circles wrong answers in red, draws the correct steps in the margin. The workflow scales to a class of thirty in an hour.
- Signature plus initial on every page. The classic property-deed workflow: signature on the last page, initials on each preceding page. The /sign canvas keeps your signature saved across pages so each initial takes one tap.
For workflows with multi-party signing, see the sign PDF tool directly. For contracts that need to be redacted before sharing, the GDPR redact guide walks the privacy-preserving sequence. For the broader annotation context, the add comments to PDF guide and highlight text guide cover text-based markup as the complement to freehand.
What the dedicated freehand tool will add
The /sign canvas covers most freehand markup needs but is optimized for the signing use case. A dedicated freehand annotation tool is on the roadmap and will add four features:
- Per-stroke undo and an eraser tool rather than the page-level reset the signing tool uses. Many real markup sessions involve dozens of strokes and the ability to remove just one is valuable.
- Stroke smoothing for shaky-hand input. The current canvas records raw pointer position; a smoothing algorithm reduces jitter at the cost of slight latency.
- Shape recognition that converts a hand-drawn circle into a clean circle, an arrow into a clean arrow. iPadOS Scribble does this for text; the equivalent for shapes is a productivity multiplier.
- Layered annotations so freehand markup can be toggled visible or hidden when sharing the PDF — useful for layered review where different reviewers add different colored ink.
All four features will ship browser-local, on the same no-upload architecture the current tools use. Watch the all-tools page for the release.
Your PDF never leaves your browser
PDF Mavericks processes everything locally using PDF.js and WebAssembly. No file is uploaded to any server, no account is required, and there is no quota.
Frequently asked questions
How can I draw on a PDF online free without uploading the file?
Open the pdfmavericks.com signature tool at /sign — it accepts freehand pen, mouse, or stylus input and writes the strokes directly into the PDF as embedded ink annotations. The PDF is read from local disk via the browser File API and the output is written back via the Save dialog. Nothing is uploaded. The tool works the same on Windows, macOS, Linux, iPad with Apple Pencil, and Android with any stylus or finger.
Does the freehand drawing work on iPad with Apple Pencil?
Yes. Safari and Chrome on iPadOS support the Pointer Events API (W3C standard, see w3.org/TR/pointerevents3) which exposes pressure and tilt from Apple Pencil. The signing canvas reads pressure data so the stroke width varies naturally with how hard you press — same behavior as the native Notes app or Adobe Acrobat for iPad. The PDF stays on the iPad; no upload to a server, no app install, no Apple ID prompt.
Can I draw on PDFs on Android with a stylus?
Yes. Samsung Galaxy Tab with S Pen, Lenovo Tab with active pen, and any Android device using the standard W3C Pointer Events API will deliver pressure-sensitive strokes to the browser canvas. Chrome on Android exposes the same pressure and tilt fields Safari does on iPad. The freehand strokes are written to the PDF as ink annotations and saved through the Android browser's download mechanism.
What's the difference between drawing on a PDF and signing a PDF?
Mechanically nothing — both produce ink annotations embedded in the PDF. The distinction is intent and placement. A signature is short, goes in a designated box, and is meant to represent identity. A drawing is anywhere on any page, can be of any shape, and is meant to annotate, illustrate, or correct. The pdfmavericks.com /sign tool handles both — drop the PDF, draw or sign anywhere with the same canvas, save. For complex annotation workflows with text comments and shapes, the upcoming dedicated annotation tool is in development.
Will my freehand markings stay visible when the recipient opens the PDF?
Yes. The ink is written into the PDF as a standard annotation per the PDF 2.0 specification (ISO 32000-2), which means Adobe Acrobat, Apple Preview, Foxit, PDF-XChange, and every modern PDF reader display it identically. You can also flatten the annotations using the pdfmavericks.com flatten tool, which converts the ink into part of the page content itself — that variant survives even readers that strip annotations.
Is there a brush-size and color picker for freehand drawing?
Yes. The canvas exposes three controls: stroke width (1 to 10 pixels), color (six presets plus a free hex picker), and opacity (25 to 100 percent). On touch devices, pressure modulates stroke width on top of the manual setting — light touch produces a thinner line within the chosen base width. The dedicated freehand annotation tool, when released, will add eraser and undo-per-stroke controls. Today, undo at the page level works through the standard browser back/forward of the working state.
How do I draw a red circle around a typo on a contract PDF?
Open pdfmavericks.com/sign, drop the PDF, select the page with the typo. Pick red from the color preset, set stroke width to 4 pixels, drag a freehand loop around the word. Save the PDF. The annotated copy is on your disk. The original is untouched. The contract never reached a server during the operation. This is the same workflow many lawyers use for redline-by-hand on tablet, just without the markup tool maker collecting your contract drafts.
Why is freehand drawing on PDF useful when I could just type comments?
Three reasons. First, drawings communicate spatial relationships text can't — an arrow from one diagram element to another is faster than 'the box at coordinates 240, 380.' Second, signatures on agreements are by definition freehand and need to look like an actual signature for many recipients to treat them as valid. Third, on tablet with a stylus, freehand is just faster — circling a paragraph and drawing an arrow into the margin takes two seconds. The trade-off is that freehand isn't searchable; for text-recoverable annotations, use the comment or highlight tool instead.