Table of Contents
- Quick Diagnostic Checklist
- Fix 1: Try a Different Viewer
- Fix 2: Check for Password Protection
- Fix 3: Redownload / Re-transfer the File
- Fix 4: Clear Browser Cache (Web Viewers)
- Fix 5: Update Your PDF Viewer
- Fix 6: Repair the PDF
- Fix 7: Check File Extension vs Actual Format
- Fix 8: Disable Browser Extensions
- Fix 9: Check Disk Space & Permissions
- When All Else Fails
- FAQ
Quick Diagnostic Checklist
Before diving in, answer these — they point to the fix:
- Does any PDF open on this device? → If no, it's viewer/OS issue (Fix 1, 5, 9)
- Does this PDF open on another device? → If yes, it's this device (Fix 1, 4, 8)
- Did you just download/receive it? → Could be incomplete transfer (Fix 3)
- Is there a password prompt? → It's encrypted (Fix 2)
- Error message: "Damaged," "Corrupt," "Invalid format"? → File corruption (Fix 6)
- Opens but blank/white pages? → Viewer rendering issue (Fix 1, 4, 5)
Fix 1: Try a Different Viewer
The #1 fix. Different viewers use different rendering engines:
- Browser: Chrome (PDFium), Firefox (PDF.js), Safari (PDFKit), Edge (PDFium)
- Desktop: Adobe Acrobat Reader (Adobe engine), PDF-XChange, SumatraPDF (MuPDF), Preview (macOS, PDFKit)
- Online: onlinepdfeditors.com (our tools can often open "broken" PDFs)
If it opens in one but not another: the file is fine, the viewer is the problem. Use the working viewer.
Fix 2: Check for Password Protection
Two password types:
- Open password (User): File won't open at all without it. You'll see a password dialog immediately.
- Permissions password (Owner): File opens, but printing/copying/editing blocked. No prompt on open.
If you have the open password: enter it. If you don't: you cannot open the file (AES-256 encryption cannot be practically cracked). If you have the permissions password but need to remove restrictions: Unlock PDF.
Fix 3: Redownload / Re-transfer the File
Incomplete downloads are a top cause of "corrupt" errors. Especially common with:
- Large files (>50 MB) on slow/unstable connections
- Email attachments (some servers truncate >25 MB)
- Cloud storage sync (OneDrive, Dropbox, Drive) — file not fully synced
- USB/network transfer interrupted
Fix: Delete the file. Redownload from source. Verify file size matches source (right-click → Properties / Get Info).
Fix 4: Clear Browser Cache (Web Viewers)
If opening in Chrome/Edge/Firefox/Safari and getting blank pages or errors:
- Hard refresh: Ctrl+Shift+R (Windows/Linux) / Cmd+Shift+R (Mac)
- Clear site data: DevTools (F12) → Application → Clear storage → Clear site data
- Or: Settings → Privacy → Clear browsing data → Cached images/files
Browser PDF viewers cache the PDF stream. Corrupted cache = corrupted display.
Fix 5: Update Your PDF Viewer
Old viewers lack support for:
- PDF 2.0 features (AES-256 encryption, new compression filters)
- Large files (>2 GB)
- Complex transparency/layers
- JavaScript/3D/embedded media
Update: Chrome/Edge (auto), Firefox (auto), Adobe Reader (Help → Check for Updates), Preview (macOS update).
Fix 6: Repair the PDF
If the file is genuinely corrupted (truncated, bad cross-ref table, invalid streams), try repair:
Online Repair (Upload Required)
- iLovePDF Repair, PDF2Go Repair, Sejda Repair — upload, they attempt reconstruction
- Privacy warning: Your damaged file uploads to their servers
Desktop Repair (Local)
- Adobe Acrobat Pro: File → Save As Other → Optimized PDF (often fixes structure)
- PDF-XChange Editor: File → Save As (rebuilds cross-ref)
- qpdf (CLI):
qpdf --linearize input.pdf output.pdf— rebuilds structure - pikepdf (Python):
pikepdf.open(input.pdf).save(output.pdf)
Our Tools (Client-Side Workarounds)
- Compress PDF (Low level) — rebuilds cross-ref, linearizes, often fixes minor corruption
- PDF to JPG → JPG to PDF — rasterizes pages, bypasses PDF structure entirely (last resort, loses text layer)
Fix 7: Check File Extension vs Actual Format
A file named document.pdf might not be a PDF. Check:
- Open in text editor (VS Code, Notepad++) — first 5 bytes should be
%PDF- - Or: command line
file document.pdf(Linux/macOS) orhexdump -C -n 8 document.pdf - If it starts with
PK→ it's a ZIP/DOCX - If it starts with
JFIForExif→ it's a JPEG - If it starts with
PNG→ it's a PNG
Rename to correct extension. Or use JPG to PDF if it's an image.
Fix 8: Disable Browser Extensions
Extensions that intercept PDFs:
- Ad blockers (uBlock, AdBlock)
- PDF viewers (Kami, DocHub, PDF Viewer)
- Download managers
- Privacy tools (Privacy Badger, HTTPS Everywhere)
Test in Incognito/Private mode (extensions disabled by default). If it works there, disable extensions one by one.
Fix 9: Check Disk Space & Permissions
Edge cases:
- Disk full: Viewer can't create temp files for rendering. Free space.
- Read-only file/volume: Some viewers need write access for temp/cache. Copy to writable location.
- Network drive latency: PDF on slow NAS → viewer times out. Copy locally first.
- Antivirus locking: Real-time scan locks file on open. Add exception for PDF folder.
When All Else Fails
- Get the file from the source again (original sender, original download link)
- Ask sender to re-export as PDF (from Word, InDesign, scanner app)
- If it's a scan: ask for re-scan
- If it's a web download: try different browser / download manager
- Last resort: PDF to JPG (300 DPI) → JPG to PDF — rasterizes, loses text layer, but gets visual content
FAQ
Why won't my PDF open?
Most common: incomplete download, wrong password, viewer bug, or genuine corruption. Run through the 9 fixes above in order.
How do I fix a PDF that won't open?
Try different viewer → redownload → check password → clear cache → repair. See How to Fix a Corrupted or Damaged PDF.
Why is my PDF blank when I open it?
Viewer rendering bug. Try different viewer (Fix 1), clear cache (Fix 4), update viewer (Fix 5). Or rasterize: PDF to JPG → JPG to PDF.
Can a corrupted PDF be fixed?
Often yes — minor structure issues (cross-ref, linearization) are fixable. Severe truncation (missing bytes) = data loss, unrecoverable. Try Compress PDF Low level first.
Why does my PDF say "file damaged"?
Cross-reference table invalid, stream checksum mismatch, or truncation. Try repair tools. See How to Fix a Corrupted or Damaged PDF.
How do I open a password-protected PDF?
Enter the open password. If you don't have it: you cannot open it (AES-256 encryption). Contact the sender.
Can I open a PDF in the browser if it won't open in Adobe?
Yes — Chrome/Firefox/Safari use different engines (PDFium, PDF.js). Often one works when another fails.
Still stuck? Try our tools: Compress PDF (repairs structure), PDF to JPG (rasterizes visual content). Free. Private. Client-side.