Fixing broken line breaks in text copied from a PDF

Paste text copied from a PDF and every visual line ends in a hard return. The fix is understanding why, then reflowing the lines back into paragraphs.

Why every line breaks

A PDF does not store sentences — it stores visual lines of text positioned on a page. A paragraph rendered as five lines comes out as five short lines, padded with the spacing that justified the columns. Paragraph boundaries get lost entirely.

Fixing it by hand

Both work but require memorizing rules — and each document breaks a little differently.

Clean it in one paste

This tool reflows text the moment you paste: it keeps paragraphs separated by blank lines, stitches back lines that were cut mid-sentence, and leaves list or note-style lines — the ones that don't end in sentence punctuation — on their own lines. You can then output the result as two sentences per paragraph, one sentence per paragraph, or the original paragraphs.

Worth knowing before you copy

Clean it in Text Tidy →Format paragraphs, remove extra spaces, and fix Korean word spacing in your browser. Free text formatter for blog drafts and copied text; your content stays on your device.