Product Documentation

A complete user manual for every Compares-Text tool, with step-by-step instructions and interface screenshots.

Contents

  1. Getting Started
  2. Text Comparison
  3. Document Comparison (PDF / DOCX)
  4. Excel & CSV Comparison
  5. Developer Tools (Code, Schema, API)
  6. Reading Results & Jump-to-Diff

1. Getting Started

Compares-Text runs entirely in your web browser — there is nothing to install and no account to create. Choose a tool from the navigation bar at the top of the page, provide two inputs (paste text or upload files), and click the Compare button. Results appear instantly below.

Screenshot of the Compares-Text tool navigation bar showing all comparison tools
The tool navigation bar — select any comparison tool here.

2. Text Comparison

The Text Compare tool is the default view. It compares two blocks of text entirely within your browser.

  1. Paste your original text into the 1st Version box.
  2. Paste the revised text into the 2nd Version box.
  3. Click Compare Text.

Results are shown side by side: additions in green, deletions in red, and modified segments highlighted at the character level so you see precisely what changed.

Screenshot of a text comparison result showing highlighted additions and deletions
A text comparison result with word- and character-level highlighting.

3. Document Comparison (PDF / DOCX / XML / JSON)

Select the PDF / DOCX / XML tool, then upload two documents of the same type.

  1. Drag and drop each file onto its upload zone, or click to browse.
  2. The filename appears once a file is selected.
  3. Click Compare Documents.

Text is extracted from both files — including tables — and shown as a line-by-line diff. Scanned PDFs are processed with OCR automatically. If the two documents are identical, a green banner confirms it.

Screenshot of the document upload zones with two files selected
Upload zones showing two selected files ready to compare.

4. Excel & CSV Comparison

The Excel tool presents results in two clearly separated sections:

Screenshot of an Excel comparison showing the header comparison and data comparison sections
Excel results: header comparison above, data comparison below.

5. Developer Tools

Code Compare

Choose your language from the dropdown, then paste or upload two versions of your code. Toggle Ignore Comments and Ignore Whitespace to focus on logic changes. The result is a git-style diff.

Database Schema Compare

Paste or upload two SQL schema files. The tool reports added and removed tables, plus column, index and foreign-key changes for tables that exist in both.

API Response Compare

Enter two endpoint URLs and choose GET or POST. The result diffs the response body, headers, status codes and response time. Internal/private URLs are blocked for security.

Screenshot of the Code Compare tool with language selector and ignore options
Code Compare with the language selector and ignore-comments / ignore-whitespace options.