Fix PDF Problems
Solutions for PDFs that won't open, are corrupted, or display incorrectly.
Quick Diagnosis
| Symptom | Likely Cause | Solution |
|---|---|---|
| "File is damaged" | Corrupted download | Re-download |
| Blank pages | Missing fonts/outdated reader | Update reader |
| "Cannot open file" | Wrong app association | Open with different app |
| Password prompt | Protected PDF | Enter password or unlock |
| Garbled text | Font issues | Use Adobe Reader |
| Won't print | Print restriction | Remove restrictions |
| Images missing | Incomplete download | Re-download |
Fix 1: Re-Download the PDF
Success rate: 60% – Most PDF problems are caused by incomplete downloads.
Steps:
- Delete the problematic PDF
- Clear browser cache:
- Chrome: Ctrl+Shift+Delete → Cached images and files
- Firefox: Ctrl+Shift+Delete → Cache
- Re-download the file
- Wait for complete download before opening
Fix 2: Update Your PDF Reader
Success rate: 40% – Older readers can't handle newer PDF features.
Update Adobe Acrobat Reader:
- Open Adobe Reader
- Go to Help → Check for Updates
- Install any available updates
- Restart and try opening PDF again
Alternative Readers to Try:
- Foxit Reader – Often opens PDFs that Adobe won't
- SumatraPDF – Lightweight, handles unusual PDFs well
- Chrome browser – Built-in PDF viewer is surprisingly robust
- Microsoft Edge – Good compatibility with modern PDFs
Fix 3: Open with Different Application
Success rate: 50% – Different readers handle edge cases differently.
Windows:
- Right-click the PDF file
- Select Open with → Choose another app
- Try: Chrome, Edge, Adobe Reader, or Foxit
Mac:
- Right-click (or Ctrl+click) the PDF
- Select Open With
- Try: Preview, Chrome, or Adobe Reader
Online (No Software):
- Go to Google Drive (drive.google.com)
- Upload the PDF
- Double-click to open in Google's viewer
Fix 4: Handle Password-Protected PDFs
If PDF asks for password you don't have:
Options:
- Contact sender – Ask for the password
- Check email – Password often sent separately
- Try common passwords – Company name, date, "password123"
For PDFs You Own (Forgot Password):
If it's a permissions password (restricts printing/copying but opens normally), you can remove it:
- Open in Chrome browser
- Press Ctrl+P → Save as PDF
- 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
- Open problematic PDF in any reader
- Print to PDF (Ctrl+P → Microsoft Print to PDF)
- This "flattens" the PDF and may fix font issues
Solution 3: Install Missing Fonts
If the PDF specifies fonts you don't have:
- Check PDF properties for font names
- Download and install those fonts
- Restart PDF reader
Fix 6: Remove Printing Restrictions
Symptom: PDF opens but "Print" is grayed out.
Method 1: Chrome Print Trick
- Open PDF in Google Chrome
- Press Ctrl+P
- Select "Save as PDF" as destination
- Save new copy – restrictions removed
Method 2: Online Tool
- Go to smallpdf.com/unlock-pdf
- Upload restricted PDF
- Download unlocked version
Fix 7: Repair Corrupted PDF Files
For severely damaged PDFs that won't open at all:
Online Repair Tools:
- iLovePDF Repair – ilovepdf.com/repair-pdf
- Sejda Repair – sejda.com/repair-pdf
- PDF2Go Repair – pdf2go.com/repair-pdf
How They Work:
- Upload damaged PDF
- Tool attempts to reconstruct file structure
- 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:
- Use pdfimages tool (part of poppler-utils)
- Run:
pdfimages -all damaged.pdf output - Extracts all embedded images
Extract Text:
- Use pdftotext tool
- Run:
pdftotext damaged.pdf output.txt - May recover text even from damaged files
Screenshot Method:
If PDF partially displays:
- Take screenshots of visible pages
- Use OCR to convert back to text if needed
- Combine into new document
Prevent Future PDF Problems
- Complete downloads – Don't interrupt, wait for 100%
- Keep readers updated – Enable auto-updates
- Use reliable sources – Download from official sites
- Backup important PDFs – Store copies in cloud storage
- Check file size – Suspiciously small files may be corrupted