# Remove Line Breaks

> Turn multi-line text into a single line, joining with a space, comma or custom separator.

To remove line breaks, paste your multi-line text above and choose how the lines should be joined — with a space, a comma, a pipe or nothing at all. Empty lines are dropped and each line is trimmed before joining.

**URL:** https://convertto.tech/t/remove-line-breaks
**Category:** Text Tools (https://convertto.tech/c/text-tools)
**Privacy:** Runs entirely in the browser; no upload
**Cost:** Free, no sign-up
**Last updated:** 2026-08-01

## Key facts

- **Privacy:** Runs entirely in your browser — nothing is uploaded
- **Cost:** Free, unlimited, no sign-up

## How to use

1. Enter or paste your text.
2. Choose the join lines with.
3. The result appears immediately — copy or download it.

## FAQ

### Why does text copied from a PDF have breaks in odd places?

Because a PDF stores each visual line separately — it has no concept of a paragraph. Copying preserves those line boundaries, which is why removing hard breaks while keeping the blank lines between paragraphs restores readable text.

### What is the difference between a soft and hard line break?

A soft break is where text wraps because it ran out of width; it is not stored. A hard break is a real newline character in the file. Only hard breaks survive copying, which is why re-wrapped text looks broken.

## Related tools

- [Add Line Numbers](https://convertto.tech/t/add-line-numbers): Prefix every line with a sequential number, with a custom start, separator and zero padding.
- [Line Sorter](https://convertto.tech/t/line-sorter): Sort lines alphabetically, numerically, by length or in reverse — with natural-order support.
- [Remove Accents & Diacritics](https://convertto.tech/t/remove-accents): Convert accented characters to plain ASCII — café becomes cafe, naïve becomes naive.
- [Remove Duplicate Lines](https://convertto.tech/t/remove-duplicate-lines): Delete repeated lines from a list, keeping the first occurrence of each unique line.
- [Whitespace Remover](https://convertto.tech/t/whitespace-remover): Strip extra spaces, tabs, blank lines and trailing whitespace from any text.
- [ASCII Art Text Generator](https://convertto.tech/t/ascii-art-generator): Turn words into large ASCII banner text for terminals, READMEs and code comments.
- [Case Converter](https://convertto.tech/t/case-converter): Convert text to UPPERCASE, lowercase, Title Case, camelCase, snake_case, kebab-case and more.
- [Columns to Lines Converter](https://convertto.tech/t/columns-to-lines): Switch between a delimited single line and one item per line, in either direction.
