Remove Line Breaks
Collapse wrapped lines from PDFs, emails, or code into a single paragraph or a custom separator.
Keyboard: Ctrl or ⌘ + Enter copies. Escape clears. Text stays in this browser.
Unwrap PDF and email hard wraps
Many PDFs insert a newline at every visual wrap. This joiner can replace those breaks with a space, comma, pipe, or nothing so a paragraph becomes one line again. Double newlines (true paragraph gaps) may still collapse depending on the mode—skim before you send.
Code, CSVs, and poetry
Joining with a comma or pipe is handy for turning a column of names into a single CSV cell. Do not run this on source code you still need to compile, and do not unwrap verse if lineation is the point. Duplicate Line Remover is the tool for repeated rows, not wraps.
Windows vs Unix newlines
Both ` ` and ` ` are treated as breaks. After joining, extra spaces from the original wrap can remain; Whitespace Remover collapses those. Work stays in the tab.
Frequently asked questions
How do I keep paragraph gaps?
If the source used a blank line between paragraphs, joining everything with spaces will merge them. Split the paste by section first, or join only the wrapped block.
What does “join with nothing” do?
Newlines are deleted with no separator, which is useful for wrapping artifacts inside a single word but can glue distinct words together.
Will it remove spaces at line ends?
It focuses on break characters. Trailing spaces on each line may survive until you collapse whitespace.