Menu

Document Tools

Word & Text Counter

Real-time word count, reading time, and text statistics.

Words
Characters
No Spaces
Sentences
Paragraphs
Read Time
Speak Time
Avg Word Len
Everything runs in the browser. No uploads.', async loadMarkedScript() { if (!window.marked) { // Check if marked.js is already loaded const script = document.createElement('script'); script.src = 'https://cdn.jsdelivr.net/npm/marked/marked.min.js'; document.head.appendChild(script); await new Promise(resolve => script.onload = resolve); } }, get html(){return marked.parse(this.raw);} }">

Markdown Live Editor

Write Markdown on the left, preview rendered HTML on the right.

Text Diff Viewer

Highlight line-by-line differences between two text versions.

Case Converter

Convert text to UPPER, lower, Title, camelCase, snake_case, kebab-case, PascalCase.

Lorem Ipsum Generator

Generate placeholder text for mockups and designs.

Find & Replace

Search and replace text with optional regex and case sensitivity.

Text Line Sorter

Sort lines alphabetically, reverse, or by length. One line per item.

Remove Duplicate Lines

Strip repeated lines from any text. Preserves original order.

Text to PDF Converter

Convert plain text into a downloadable PDF document.

Line Numbering

Add line numbers to each line of your text.

PDF to Word Converter (Pro)

Convert PDF documents to editable Word (.docx) format. (Advanced feature, often requires server-side processing).

Drop your PDF file here

or click to browse

Note: Converting PDF to Word accurately is a complex task that typically requires advanced server-side processing or specialized libraries. This feature is currently a placeholder.