Case Conversion & Formatting: The Complete Guide (Sentence Case, Title Case, ALL CAPS Fixes)
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
- The main case styles and when to use them
- Universal workflow for case conversion
- Fixing ALL CAPS text from PDFs
- Case conversion for specific writing contexts
- Common mistakes to avoid
- FAQ
- Quick checklist
- Related tools
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:
- PDFs with embedded uppercase styling: Some exported PDFs store text in uppercase internally, even when it looks mixed-case on screen. Pasting the raw text gives you ALL CAPS.
- Slide decks with CSS-style text transforms: PowerPoint and Google Slides can apply visual text transforms that don't affect the underlying text. Copying from a slide may deliver different casing than what you see on screen.
- Mixed sources: When you're assembling content from multiple documents, each may follow different capitalization conventions, leading to inconsistency throughout.
- Auto-correct errors: Word processors sometimes capitalize unexpected words or fail to capitalize after abbreviations like "e.g." or "vs."
- Copy-paste from code or data exports: Database exports, CSV headers, and code identifiers often use SCREAMING_SNAKE_CASE, camelCase, or other formats that need conversion before they're readable in prose.
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:
- Body text in articles, emails, and reports
- Social media captions (Facebook, LinkedIn, Instagram)
- Product descriptions and UI copy
- Most conversational and informational writing
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:
- Blog post titles and article headlines
- Book and film titles
- Report section headers
- Email subject lines in professional correspondence
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:
- Acronyms and initialisms (SEO, API, PDF, URL, HTML)
- Warning labels or critical UI states (ERROR, WARNING, CAUTION)
- Legal or formal emphasis in specific regulated contexts
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:
- camelCase: JavaScript variables, JSON keys, Swift properties
- PascalCase: Class names, React component names
- snake_case: Python variables, database column names
- kebab-case: URL slugs, CSS class names
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:
- 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.
- 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.
- 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.
- 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.
- 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:
- Paste the text into a plain text editor or directly into a conversion tool.
- Apply sentence case or title case conversion.
- The result will have correct capitalization at the start of each sentence or each word.
- 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
- Choose target style (sentence case or title case) before starting
- Strip formatting; convert in plain text
- List acronyms and proper nouns to restore after conversion
- Handle headings and body text as separate blocks if they use different styles
- Scan for abbreviations that might trigger incorrect capitalization after a period
- Check brand names for correct capitalization
- Final read-through to catch anything automated conversion missed
Related tools
- Case Converter — convert between sentence case, title case, uppercase, and lowercase instantly
- Remove Extra Spaces — clean spacing issues that often appear alongside capitalization problems
- Line Break Remover — fix broken line-break formatting common in PDF copy-paste
- Slug Generator — convert titles and phrases into URL-friendly kebab-case slugs