When a PDF refuses to open
Few things are as stressful as a PDF that won’t open the day it’s due — “the file is damaged and could not be repaired.” Usually the content is fine; what’s broken is the document’s internal scaffolding. A PDF keeps a cross-reference table that tells viewers where each object lives, and if a download or save was interrupted, that index can end up incomplete or pointing to the wrong places. The viewer can’t navigate the file, so it gives up — even though the pages themselves may be intact underneath.
Repair works by rebuilding that scaffolding: re-scanning the file for valid objects and reconstructing the references a viewer needs, so a structurally broken but content-intact PDF can open again.
What repair can and can’t do
- Often recoverable — broken cross-reference tables, interrupted saves, and minor structural damage where the page data survived.
- Sometimes partial — a few damaged pages may drop while the rest are recovered.
- Not recoverable — files truncated to a fraction of their size or overwritten; missing data can’t be reconstructed.
Always work on a copy and keep the original, since repair attempts rewrite the file. The process runs in your browser, so a damaged confidential document is rebuilt locally and never uploaded — you’re not handing a sensitive (and already fragile) file to a recovery service to open on their servers.