
Quick PDF Fixes for Common Problems

Sarah Mitchell
Senior PDF Specialist
Corrupted files, garbled text, broken links, missing fonts — solve the most frustrating PDF problems fast with these practical, step-by-step fixes.
Table of Contents
- Problem 1: The PDF Will Not Open
- Problem 2: Text Is Garbled or Displays as Boxes
- Problem 3: The PDF Prints Blank or Partial Pages
- Problem 4: Links and Bookmarks Do Not Work
- Problem 5: The PDF File Size Is Too Large
- Problem 6: Form Fields Cannot Be Filled
- Problem 7: The PDF Is Locked and You Cannot Edit It
- Problem 8: Pages Are in the Wrong Order
- Problem 9: Scanned PDFs Are Not Searchable
- Problem 10: PDFs Look Different on Different Devices
- Conclusion
Few things are as frustrating as a PDF that will not cooperate. You open a file and the text is garbled. You try to print and the page is blank. You email an attachment and the recipient sees broken fonts. These problems are common, but they are also fixable. This guide covers the most frequent PDF issues and gives you a concrete fix for each one.
Problem 1: The PDF Will Not Open
A file that refuses to open is the most basic and most alarming PDF problem. Before you assume the file is corrupted, work through these steps in order.
Step-by-Step Fix
- Try a different reader — the file may be fine, but your default reader may not support a specific feature. Try opening it in an alternative PDF viewer.
- Check the file extension — some email systems rename attachments. A file called `report.pdf.dat` will not open. Rename it back to `report.pdf`.
- Check the file size — if the file is 0 KB or suspiciously small, the download or transfer was incomplete. Re-download or re-transfer the file.
- Try "Open As" or "Restore" — some readers have a "repair on open" feature that can recover damaged files.
- Restore from a backup — if the file is genuinely corrupted, check your backup system, cloud version history, or email sent-items for a prior copy.
When the File Is Truly Corrupted
If none of the above works, the file is likely corrupted. Your options at this point are limited but not zero:
- Use a dedicated repair tool — some tools specialize in rebuilding damaged PDF structures
- Extract text with a parser — command-line tools can sometimes pull text even from a broken file
- Re-create from the source — if you have the original document, re-export to PDF
Problem 2: Text Is Garbled or Displays as Boxes
When text appears as a series of boxes, question marks, or random characters, the issue is almost always font-related. The PDF was created with a font that your system does not have, and the reader cannot find a substitute.
How to Fix Garbled Text
- Embed fonts when creating PDFs — if you are the author, always check the "embed fonts" option before exporting. This bakes the font data into the file so it displays correctly on any system.
- Install the missing font — if you are the recipient, identify the font (check the document properties) and install it on your system.
- Re-export with standard fonts — if you are the author and cannot embed the original font, re-export using a widely available font like Arial, Times New Roman, or Calibri.
- Use a reader with font substitution — some readers can substitute a similar font automatically, though the result may not match the original exactly
Preventing the Problem
Always embed fonts when creating PDFs for external distribution. This is a single checkbox in most document editors and it eliminates the problem permanently for anyone who receives the file.
Problem 3: The PDF Prints Blank or Partial Pages
You send a PDF to the printer and get a blank page, a partial page, or a page with missing elements. This is usually a print spooler or driver issue, not a file issue.
Fix Sequence
- Update your printer driver — outdated drivers are the most common cause of blank PDF prints. Download the latest driver from the manufacturer.
- Try "Print as image" — in the print dialog, look for an option to print the page as an image. This bypasses the text rendering pipeline and often fixes missing text.
- Check page scaling — if the page is set to "fit to printable area" and the margins are wrong, content may be clipped. Try "actual size" or "custom scale."
- Print a different PDF — if other PDFs print fine, the issue is specific to that file. Try re-saving or re-exporting it.
- Clear the print spooler — on Windows, stop the Print Spooler service, clear the spool folder, and restart the service. On macOS, reset the printing system in System Settings.
Problem 4: Links and Bookmarks Do Not Work
Clicking a link in a PDF and nothing happening is a common issue, especially with PDFs created from scanned documents or exported from certain word processors.
Why Links Break
- The link was an image, not text — scanned PDFs have no real text, so there is nothing to link
- The link was not tagged as a hyperlink — some exporters convert URLs to plain text
- The reader has link clicking disabled — some readers disable links for security
How to Fix Broken Links
- Run OCR first — if the PDF is scanned, run text recognition so links can be detected
- Use the link tool — open the PDF in an editor and manually add or repair hyperlinks using the link tool
- Check reader settings — in your PDF reader, check preferences for a "enable links" or "allow opening web links" setting
- Re-export with links enabled — if you have the source document, check the export settings to ensure hyperlinks are preserved
Problem 5: The PDF File Size Is Too Large
A PDF that is 50 MB when it should be 5 MB is usually the result of uncompressed images, embedded fonts, or hidden data. Large files are hard to email, slow to upload, and frustrating for recipients.
Quick Size Reduction Steps
- Use "Save as Other > Reduced Size PDF" — most editors have a built-in compression feature that re-samples images and removes unnecessary data
- Compress images — if the PDF contains high-resolution photos, compress them to 150–200 DPI for screen viewing
- Remove unused objects — some PDFs contain hidden layers, unused fonts, or embedded files that inflate the size
- Flatten form fields — if the PDF has interactive form fields that are no longer needed, flattening removes the form data and reduces size
- Use a web-based compressor — upload the file to a compression tool and download the optimized version
Target File Sizes
- Email attachment — under 10 MB for reliable delivery
- Web download — under 5 MB for fast loading
- Screen viewing — 150 DPI images are sufficient
- Print — 300 DPI images are required, so do not over-compress
Problem 6: Form Fields Cannot Be Filled
You receive a PDF form, but clicking on the fields does nothing. The form was likely "flattened" during creation, meaning the interactive fields were converted to static text and graphics.
How to Fix Non-Interactive Forms
- Check if the form is interactive — hover over a field. If the cursor does not change to a text input cursor, the form is flattened.
- Re-create the fields — open the PDF in a form editor and add new interactive fields over the existing layout
- Use a form overlay — some tools can detect the visual form layout and automatically generate interactive fields on top of it
- Request an interactive version — if you are the recipient, ask the sender for the interactive version rather than the flattened one
How to Prevent Flattening
If you are creating forms, always save a copy with live form fields before flattening. Flatten only the final distribution copy if you need to lock the form, and keep the interactive version for future edits.
Problem 7: The PDF Is Locked and You Cannot Edit It
A PDF with a permissions password prevents editing, printing, and copying. If you legitimately own the document but have lost the password, you have a few options.
Legitimate Ways to Regain Access
- Check your password manager — if you set the password, it may be stored
- Contact the creator — if you received the document from someone else, ask them for the password or an unlocked version
- Use an authorized removal tool — if you own the document, some tools can remove permissions passwords (this does not work for document-open passwords, which require the password to decrypt)
- Re-create the content — as a last resort, print the document (if printing is allowed), scan it, and run OCR to create a new editable file
Important Note
Removing a password from a document you do not own or do not have authorization to modify may violate terms of use, copyright, or confidentiality agreements. Only remove passwords from documents you have the right to modify.
Problem 8: Pages Are in the Wrong Order
Pages that are out of order usually happen during a merge or scan operation. The fix is straightforward with any tool that supports page manipulation.
How to Reorder Pages
- Open the page thumbnails panel — usually in the left sidebar
- Drag pages to the correct position — most readers let you drag and drop thumbnails to reorder
- Use the rotate tool — if pages are also rotated incorrectly, rotate them individually or in bulk
- Extract and re-merge — if your reader does not support drag-and-drop reordering, extract the pages to separate files and merge them in the correct order
- Save the reordered document — always save as a new file so you have the original as a reference
Problem 9: Scanned PDFs Are Not Searchable
A scanned PDF is an image of a page, not actual text. You cannot search, copy, or select anything inside it. The fix is Optical Character Recognition (OCR).
How to Make Scans Searchable
- Open the scanned PDF in a tool that supports OCR
- Select the document language — choosing the correct language improves accuracy significantly
- Run OCR on the full document or a page range
- Review the recognized text — check headers, footers, and tables where errors are most common
- Save the searchable PDF — the OCR layer is added on top of the original image, so the visual appearance does not change
OCR Quality Tips
- Start with a clean scan — 300 DPI or higher, good lighting, minimal skew
- Deskew before OCR — if the scan is tilted, straighten it first for better accuracy
- Use the right language pack — a document in French scanned with English OCR will have many errors
- Proofread critical content — OCR is 95–99% accurate, which means 1–5 errors per 100 characters
Problem 10: PDFs Look Different on Different Devices
A PDF that looks perfect on your computer but different on a colleague's device is usually a font, color, or rendering issue.
Common Causes and Fixes
- Missing fonts — embed fonts when creating the PDF so it looks the same everywhere
- Color profile mismatch — use sRGB for screen viewing and include the color profile in the PDF
- Different reader versions — test your PDF in multiple readers before distribution
- Transparency rendering — flatten transparency if it causes rendering issues in older readers
- Page size differences — use standard page sizes (A4, Letter) to avoid scaling issues
Conclusion
Most PDF problems have simple fixes once you know where to look. Start with the basics: try a different reader, check file sizes and extensions, and ensure fonts are embedded. For more complex issues, use the targeted fixes in this guide. And when creating PDFs yourself, always embed fonts, compress images, and test on multiple devices before distribution. A few minutes of prevention saves hours of troubleshooting later.
Sources & References
About the Author

Sarah Mitchell
Senior PDF Specialist
Sarah has 8+ years of experience in document management and PDF workflows. She specializes in helping businesses streamline their document processes.
Frequently Asked Questions
Why does my PDF show boxes instead of text?
How do I fix a PDF that prints blank pages?
How do I make a scanned PDF searchable?
Why is my PDF file so large?
Start working smarter today
Join 500,000+ users who trust VisualDocs for their daily image and PDF workflows.


