🔧

Fix PDF Problems

Solutions for PDFs that won't open, are corrupted, or display incorrectly.

Quick Diagnosis

SymptomLikely CauseSolution
"File is damaged"Corrupted downloadRe-download
Blank pagesMissing fonts/outdated readerUpdate reader
"Cannot open file"Wrong app associationOpen with different app
Password promptProtected PDFEnter password or unlock
Garbled textFont issuesUse Adobe Reader
Won't printPrint restrictionRemove restrictions
Images missingIncomplete downloadRe-download

Fix 1: Re-Download the PDF

Success rate: 60% – Most PDF problems are caused by incomplete downloads.

Steps:

  1. Delete the problematic PDF
  2. Clear browser cache:
    • Chrome: Ctrl+Shift+Delete → Cached images and files
    • Firefox: Ctrl+Shift+Delete → Cache
  3. Re-download the file
  4. Wait for complete download before opening
✓ Pro tip: Right-click the download link and choose "Save link as" instead of left-clicking. This avoids browser PDF viewers that might corrupt the file.

Fix 2: Update Your PDF Reader

Success rate: 40% – Older readers can't handle newer PDF features.

Update Adobe Acrobat Reader:

  1. Open Adobe Reader
  2. Go to Help → Check for Updates
  3. Install any available updates
  4. Restart and try opening PDF again

Alternative Readers to Try:

Fix 3: Open with Different Application

Success rate: 50% – Different readers handle edge cases differently.

Windows:

  1. Right-click the PDF file
  2. Select Open with → Choose another app
  3. Try: Chrome, Edge, Adobe Reader, or Foxit

Mac:

  1. Right-click (or Ctrl+click) the PDF
  2. Select Open With
  3. Try: Preview, Chrome, or Adobe Reader

Online (No Software):

  1. Go to Google Drive (drive.google.com)
  2. Upload the PDF
  3. Double-click to open in Google's viewer

Fix 4: Handle Password-Protected PDFs

If PDF asks for password you don't have:

Options:

For PDFs You Own (Forgot Password):

If it's a permissions password (restricts printing/copying but opens normally), you can remove it:

  1. Open in Chrome browser
  2. Press Ctrl+P → Save as PDF
  3. New PDF has no restrictions

Note: Opening passwords that prevent viewing cannot be bypassed without the password.

Fix 5: Fix Font & Display Issues

Symptoms: Garbled text, missing characters, wrong fonts

Solution 1: Use Adobe Reader

Adobe Reader handles embedded fonts better than other readers. Download from get.adobe.com/reader

Solution 2: Print to New PDF

  1. Open problematic PDF in any reader
  2. Print to PDF (Ctrl+P → Microsoft Print to PDF)
  3. This "flattens" the PDF and may fix font issues

Solution 3: Install Missing Fonts

If the PDF specifies fonts you don't have:

Fix 6: Remove Printing Restrictions

Symptom: PDF opens but "Print" is grayed out.

Method 1: Chrome Print Trick

  1. Open PDF in Google Chrome
  2. Press Ctrl+P
  3. Select "Save as PDF" as destination
  4. Save new copy – restrictions removed

Method 2: Online Tool

  1. Go to smallpdf.com/unlock-pdf
  2. Upload restricted PDF
  3. Download unlocked version

Fix 7: Repair Corrupted PDF Files

For severely damaged PDFs that won't open at all:

Online Repair Tools:

How They Work:

  1. Upload damaged PDF
  2. Tool attempts to reconstruct file structure
  3. Download repaired version

Success varies – Works well for minor corruption, may not recover severely damaged files.

Desktop Solution (Ghostscript):

gs -o repaired.pdf -sDEVICE=pdfwrite -dPDFSETTINGS=/prepress damaged.pdf

Ghostscript rewrites the PDF, often fixing structural issues.

Fix 8: Recover Content from Unrecoverable PDFs

Last resort when file is too damaged to repair:

Extract Images:

  1. Use pdfimages tool (part of poppler-utils)
  2. Run: pdfimages -all damaged.pdf output
  3. Extracts all embedded images

Extract Text:

  1. Use pdftotext tool
  2. Run: pdftotext damaged.pdf output.txt
  3. May recover text even from damaged files

Screenshot Method:

If PDF partially displays:

  1. Take screenshots of visible pages
  2. Use OCR to convert back to text if needed
  3. Combine into new document

Prevent Future PDF Problems

Frequently Asked Questions

Why does my PDF say "file is damaged"? +
Usually means incomplete download or file corruption during transfer. Try re-downloading from the source. If it's an email attachment, ask sender to resend.
Can corrupted PDFs be recovered? +
Often yes. Online repair tools (iLovePDF, Sejda) can fix many corrupted PDFs. Success depends on corruption severity. Severely damaged files may only allow partial content recovery.
Why do PDF images look blurry? +
The PDF was likely created with low-quality settings or the original images were low resolution. This cannot be fixed – the quality is baked into the file. Ask for a higher-quality version.
PDF opens but pages are blank? +
Usually a font or rendering issue. Try: (1) Different PDF reader, (2) Update your current reader, (3) Print to new PDF to "flatten" content.
How do I fix "Please wait" message that never loads? +
The PDF has dynamic content (JavaScript) that isn't loading. Try: Disable JavaScript in Adobe Reader settings, or open with Chrome/Edge which handles this differently.

Related PDF Guides