No login. No upload. Just focused text utilities.

Case Conversion & Formatting: The Complete Guide (Sentence Case, Title Case, ALL CAPS Fixes)

2026-02-21 · 10 min read

TL;DR: Pick a target style first, convert in plain text, then restore acronyms and proper nouns. Don't convert headings and body text together unless your style guide requires it.

Table of contents

Why capitalization gets messy

PDFs, slide decks, and content copied from various sources often produce garbled capitalization when pasted into a document or email. The root causes are usually:

Understanding where the problem comes from helps you choose the right fix rather than correcting each word by hand.

The main case styles and when to use them

Sentence case

Sentence case capitalizes only the first word of a sentence and proper nouns. It's the standard for:

Example: "Here is a draft sentence with proper sentence case formatting."

Sentence case is the most readable style for long-form content. Readers scan it naturally because it matches standard grammar.

Title case

Title case capitalizes the first letter of most words, with exceptions for short articles, prepositions, and conjunctions (style guides vary). It's standard for:

Example: "How to Fix Capitalization Problems in PDFs and Documents"

Different style guides handle title case slightly differently—Chicago, AP, and APA each have their own rules—but most agree on capitalizing nouns, verbs, adjectives, and adverbs while leaving short prepositions ("in," "on," "at") lowercase unless they open the title.

ALL CAPS

Reserve ALL CAPS for:

Using ALL CAPS in regular sentence text reads as shouting and hurts readability. If your text has been accidentally converted to all caps from a PDF or slide deck, convert it to sentence case first and then manually restore legitimate acronyms.

Camel case, snake case, and code-style formats

These formats appear mostly in technical and code contexts:

If you're converting between code formats—for example, turning a database column name into a readable UI label—a dedicated case converter handles the transformation more accurately than manual find-and-replace.

Universal workflow for case conversion

Follow this five-step process for any case conversion task:

  1. Choose your target style. Decide whether you need sentence case, title case, or another format before you begin. Mixing approaches mid-way creates inconsistency that's harder to fix later.
  2. Strip to plain text. Remove bold, italic, and other rich formatting before converting. Formatting markup can interfere with case conversion and produce unexpected results in some tools.
  3. Convert the base text. Use a case converter to apply sentence case or title case across the entire selection at once. Manual correction is error-prone and slow on anything longer than a sentence or two.
  4. Restore acronyms and proper nouns. Automated case converters can't reliably distinguish "API" from "api" in context. After conversion, scan for known acronyms and capitalize them. If your document uses many technical terms, make a quick list before you start so you don't miss any.
  5. Final read-through. Scan the text once to catch anything the automated pass missed—especially proper nouns, brand names, and words after abbreviations like "e.g." or "Dr."

This workflow takes only a few minutes on even a long document and eliminates the inconsistency that comes from manually editing word by word.

Fixing ALL CAPS text from PDFs

ALL CAPS from PDF copy-paste is one of the most common formatting problems writers encounter. The fix is straightforward:

  1. Paste the text into a plain text editor or directly into a conversion tool.
  2. Apply sentence case or title case conversion.
  3. The result will have correct capitalization at the start of each sentence or each word.
  4. Go back through and capitalize any acronyms and proper nouns that got lowercased in the process.

Before (pasted from PDF):

THIS DOCUMENT COVERS API INTEGRATION, HTTP REQUESTS, AND JSON PARSING FOR DEVELOPERS.

After (sentence case with acronyms restored):

This document covers API integration, HTTP requests, and JSON parsing for developers.

The case converter handles step 2 instantly, even for long blocks of text, without requiring any account or installation.

Case conversion for specific writing contexts

Email and business documents

Business emails and reports almost always use sentence case for body text and title case or sentence case for section headers. When compiling a report from multiple sources, apply a single conversion pass to the whole body before finalizing. Pay particular attention to subject lines—many professionals over-capitalize email subjects by capitalizing every word when their style guide only calls for sentence case.

Social media posts

LinkedIn, Facebook, and most other platforms render text in sentence case or mixed case naturally. Writing in ALL CAPS (even a single word for emphasis) can trigger spam filters on some platforms and reads as aggressive to many audiences. Converting a post to sentence case before publishing, and using bold or line breaks for visual structure instead of capitalization, keeps the content professional and readable.

Technical documentation

Technical docs often mix prose (sentence case) with code identifiers (camelCase, snake_case) and acronyms (ALL CAPS). The cleanest approach: write prose in sentence case, preserve code identifiers exactly as they appear in the codebase, and capitalize recognized acronyms consistently. If you're generating documentation from data exports, run a case conversion pass on the prose sections and leave code samples untouched.

Blog post titles and headings

Most publishing conventions use title case for the main post title and either sentence case or title case consistently for H2 and H3 headers. Mixing styles across headers within a single post signals inconsistency. Pick one and convert all headers in a single pass before publishing.

Common mistakes to avoid

Converting headings and body text together without separating them first. If your document uses title case for headings and sentence case for body text, converting everything at once will apply the wrong style to one of them. Handle headings and body text as separate blocks.

Forgetting acronyms after a case conversion. After converting to sentence case, words like "seo," "api," "url," and "html" will appear in lowercase. Keep a short list of the acronyms in your document before converting so you can restore them efficiently.

Over-capitalizing in title case. Prepositions ("of," "in," "at," "with"), coordinating conjunctions ("and," "but," "or"), and articles ("a," "an," "the") are generally lowercase in title case unless they open the title. Capitalizing every single word is a common mistake that doesn't match most style guides.

Capitalizing incorrectly after abbreviations. Automated tools sometimes capitalize the word after "e.g.," "i.e.," "etc.," or "vs." because they follow a period. Scan these spots after conversion.

Using ALL CAPS for emphasis in body text. Use bold or italic instead. ALL CAPS in prose is hard to scan and reads as aggressive in most contexts.

Skipping the final skim. Automated conversion is fast and accurate for most text but it misses context-dependent exceptions. A one-minute read-through catches the few items that need manual correction.

FAQ

Q: Does capitalization affect SEO?
A: Not directly in ranking terms, but consistent and readable formatting reduces bounce rate and improves engagement—signals that do matter for how content performs over time.

Q: Should I use sentence case or title case for blog post titles?
A: Both are widely used. Many publishers apply title case to post titles and sentence case to section headers within the post. Pick one pattern and apply it consistently across your site.

Q: Why does my PDF paste as ALL CAPS even though it looks normal on screen?
A: Some PDFs apply text transformation via CSS-style properties rather than storing characters in the visual case. The raw character data is uppercase; the rendering applies a lowercase visual transform. Copy-paste retrieves the raw character data.

Q: Can case conversion tools handle very long documents?
A: Yes. Browser-based tools like JustTextTool's case converter process text entirely in the browser without length limits. Most long documents convert in under a second.

Q: What's the difference between sentence case and lowercase?
A: Sentence case capitalizes the first word of each sentence and all proper nouns; everything else stays lowercase. Lowercase makes every character lowercase with no exceptions. Sentence case is almost always what you want when fixing ALL CAPS text.

Q: How do I handle brand names with unusual capitalization (like "iPhone" or "eBay")?
A: Case converters don't know about brand-specific capitalization rules. After any automated conversion, search for brand names you use and restore their canonical capitalization manually.

Quick checklist

Related tools



Related cluster (planned topics)

About

JustTextTool is a text utility project focused on clean formatting, developer workflows, and practical writing improvements.