Draw on a PDF — Freehand Pen, Shapes, and Annotations

Mark up a PDF like you would with a highlighter on paper: circle a figure, arrow to a paragraph, sketch a margin note, or underline a key phrase. WT-PDF's Draw tool gives you a freehand pen plus rectangles, circles, lines, and arrows — all with configurable color and stroke width, all baked into the PDF on download.

Open the editor

How to draw on a PDF

  1. Open wt-pdf.com and drop in your PDF.
  2. Click the Draw tool (palette icon) in the toolbar.
  3. Pick your tool from the dropdown: Pen (freehand), Rectangle, Circle, Line, Arrow, or Callout.
  4. Adjust Color and Width.
  5. Drag on the page to draw. Use "Undo stroke" to remove the most recent freehand stroke.
  6. Download. Every stroke is baked as a native PDF line path.

What the pen tool is good for

Are the strokes really part of the PDF?

Yes. Strokes are rendered during editing as an SVG overlay for responsiveness, but on download each stroke is converted into a sequence of l line segments in the PDF content stream — the same primitives Acrobat would use. They render identically in every viewer.

FAQ

Can I use a stylus or Apple Pencil?

Yes. Pointer events support stylus input on supported devices. Draw with pressure-independent strokes (pressure sensitivity is not yet captured).

Can I erase individual strokes?

The "Undo stroke" button removes the most recent stroke on the current page. For older strokes, use the main Undo (Cmd+Z) which reverts the PDF state.

Does drawing enlarge the file much?

Negligibly. Each stroke is just a few bytes of coordinate data, not a raster image.

Is the stroke smoothed?

We capture every pointer-move sample and render them as joined line segments with round line caps. For typical hand-drawn speeds, this looks smooth without distortion.

Related: Sign PDF · Add a link · Redact PDF