Right Padding (Pad Side: Right): Adds the fill character to the end of every line. This aligns the beginnings of the lines, which is ideal for laying out a plain-text menu or report. For example, with a pad character of ".", a total line width of 24, and this input:
Espresso
Cappuccino
Mocha
Macchiato
the output becomes:
Espresso................
Cappuccino..............
Mocha...................
Macchiato...............
Left Padding (Pad Side: Left): Adds the fill character to the start of every line. This right-aligns the text, which is perfect for zero-padding numbers or order codes so they sort and compare correctly. For example, with a pad character of "0", a total line width of 6, and this input:
142
8
30057
714
the output becomes:
000142
000008
030057
000714
Any Single Pad Character: The fill is not limited to spaces. Use a space to align columns of names or product data, a dot for leader lines, a zero for numeric codes, or any other single character such as "-" or "*" for dividers and tables.
Total Line Width (1–500): Every padded line ends up with exactly this many characters. If a line is already the same length or longer, it is left unchanged; the tool never truncates or shortens your text.
Skip Empty Lines: With this switch enabled (the default), blank lines between paragraphs are left blank instead of being filled with the pad character, so the spacing of your document is preserved. Disable it if you want every line, including empty ones, padded to the full width.
Upload a File: Instead of pasting, upload a .txt or .rtf file and its contents are loaded into the textarea, ready to be padded. Files larger than 50,000 characters are truncated to that limit.
Live Mode: With the "Live mode" switch enabled (the default), the Output textarea updates automatically as you type, paste, upload a file or change any setting, so you see the padded result without pressing anything. Turn it off if you prefer to review your text first and pad only when you press "Apply".
Copy, Download, Clear, Undo and Redo: Copy the result straight to your clipboard, download it as padded-text.txt, clear the textarea to start over, and step backward or forward through your recent changes with the Undo and Redo buttons.