---
title: "Text Diff Checker · Outil gratuit et anonyme · Laurens De Leeuw"
canonical: "https://laurensdeleeuw.be/fr/tools/text-diff-checker"
markdown_alternate: "https://laurensdeleeuw.be/fr/tools/text-diff-checker.md"
language: "fr-BE"
content_type: "interactive-tool"
robots: "noindex, follow"
---

# Text Diff Checker

Paste two texts, get a coloured PDF diff with line numbers and a summary. Utilisation gratuite sans compte, adresse e-mail ni paiement. Le résultat est téléchargé immédiatement.

Paste two texts, get a coloured PDF diff with line numbers and a summary.

Paste an original and a revised text, pick unified or side-by-side, and download a PDF that highlights every added line in green and every removed line in red. Optional whitespace-insensitive comparison, custom column labels, and brand colour.

- **Category:** Text
- **Availability:** Free to use without an account, email address, subscription, or payment.
- **Input:** Entered in the browser

## How it works

1. Paste the original text on the left and the revised text on the right.
2. Pick unified or side-by-side, and whether to ignore whitespace.
3. Process and download the PDF diff.

## Use cases

- Compare two contract drafts before signing.
- Review edits between two versions of an email or blog post.
- Audit changes between two configuration files.
- Archive a permanent record of what changed between two text snippets.

## Frequently asked questions

### How big can the two texts be?

Each side can be up to 200,000 characters or 5,000 lines. The diff stays readable and the PDF paginates automatically.

### What's the difference between unified and side-by-side?

Unified stacks the changes in one column with + and - markers, like a git diff. Side-by-side shows the original on the left and the revised on the right so you can scan them in parallel.

### Does the whitespace-ignore option change the file I download?

No. The PDF always shows the lines exactly as you pasted them. The toggle only affects how lines are matched during the comparison, so cosmetic whitespace differences don't get flagged as real changes.

## Related tools

- [Markdown to PDF](https://laurensdeleeuw.be/fr/tools/markdown-to-pdf)
- [Simple Contract](https://laurensdeleeuw.be/fr/tools/simple-contract)
- [Meeting Minutes Formatter](https://laurensdeleeuw.be/fr/tools/meeting-minutes)
- [CV / Resume Generator](https://laurensdeleeuw.be/fr/tools/cv-generator)

## Using the interactive tool

Open the [canonical HTML page](https://laurensdeleeuw.be/fr/tools/text-diff-checker) to provide input and generate or download a result. This Markdown alternate contains the complete descriptive and instructional content, but it does not execute the interactive interface.
