How do I compare two versions of a PDF document?+
Use a PDF comparison (redlining) tool that accepts two PDF files and outputs a diff highlighting additions and deletions. Browser-based PDF redlining tools extract text from both PDFs, compute a text diff, and present the results with additions highlighted (typically green) and deletions shown in strikethrough (typically red), in the same visual format as Word tracked changes. For confidential documents, use a tool that processes both PDFs locally in your browser without uploading them to a server — you can verify this with the DevTools Network tab.
What's the difference between redlining and tracked changes?+
Tracked changes is a feature of editable word processors (Word, Google Docs) that records each edit as it's made, attributing it to a user. Redlining refers to comparing two finished documents — often PDFs — and marking what changed between them. Tracked changes is built into the document's editing workflow; redlining is a retrospective comparison of two versions. For PDFs, which don't have a native edit-tracking layer, redlining tools compute the diff from the extracted text of both files.
Can I compare two PDFs without uploading them to a server?+
Yes. Browser-based PDF comparison tools extract the text from both PDFs within your browser's JavaScript environment, compute the diff locally, and display the result — without sending either document to a server. Open DevTools (F12) → Network tab before loading your PDFs, then run the comparison. A local tool shows no outbound requests carrying your document content. This is the appropriate approach for contracts, legal documents, or any document containing information you'd rather not transmit to a third-party server.
What changes can a PDF comparison tool miss?+
PDF text comparison detects text additions, deletions, and substitutions. It does not detect formatting changes (a clause moved to smaller font, a table restructured to de-emphasize a term), image substitutions, changes in embedded attachments, or metadata changes. For most practical document comparison purposes, text-level changes are what matter — but for high-stakes agreements, supplement automated comparison with careful human review of the changed sections.
Can I compare scanned PDFs?+
Only if they have a machine-readable text layer. PDFs created by scanning physical documents contain images of text, not selectable text. PDF comparison tools work on the text content — they need machine-readable text to extract. If your PDFs are scanned without OCR, you'll need to run OCR first to add a text layer before comparison. You can check whether a PDF has selectable text by trying to click and drag to select text in a PDF viewer — if it selects, the PDF has a text layer.
How do I verify that a final contract matches the agreed draft?+
Run a PDF redline comparison between your last approved draft and the final version sent for signature. Any differences will appear as additions (green) or deletions (red). Pay particular attention to: defined terms (a changed definition in Section 1 can alter the meaning of every clause that uses that term); liability and indemnification sections; payment terms and amounts; and notice and termination clauses. If differences appear that weren't discussed or agreed, raise them before signing — not after.