Manatee

A PDF that opens with blank pages in Preview on a Mac

A PDF that opens but shows white pages is usually one of three things: the page is still rendering, the page depends on something Preview is not drawing (a form layer, a missing font, a hidden layer), or the page content inside the file is damaged or missing. The first two are fixable in minutes without touching the file. The third is where you need to find out how much of the document actually survived.

The order below runs from the quickest checks to the slowest, so work through it top to bottom.

First, rule out slow rendering

Large scanned PDFs are mostly images, and each page image has to be decoded before it appears. On a long document, Preview can show the page frame immediately and fill it in a moment later, which looks exactly like a blank page if you scroll quickly.

  1. Go to the blank page and wait ten or fifteen seconds without scrolling.
  2. Choose View > Thumbnails and watch whether the thumbnail for that page fills in.
  3. Zoom in and out once with Command-plus and Command-minus, which forces the page to redraw.

If the content appears, nothing is wrong with the file. If the same pages stay white every time, keep going.

Check the file in a second viewer

Preview is not the only PDF renderer on your Mac, and comparing two views tells you a lot.

  • Select the file in the Finder and press Space for Quick Look.
  • Drag the file onto a Safari window, which opens it in the browser’s built-in viewer.

If the pages look fine in Safari but blank in Preview, the file is probably intact and Preview is tripping over one feature of it. If the pages are blank everywhere, the content is either hidden by design or genuinely missing.

Forms that only show a waiting message or empty boxes

Some government and insurance forms are built as dynamic forms. The visible content is generated by scripting inside the file, and viewers that do not run that scripting show a placeholder page (often a short message asking you to wait or to use a different reader) or nothing at all. Preview does not run PDF scripting, so these forms will never render there.

A related case is an ordinary fillable form where the typed answers seem to vanish. The field values are stored in the file, but the visible appearance of each field was not saved, so Preview draws empty boxes.

What to do:

  1. If the form came from an organization, check its instructions. They usually name the reader they expect, and filling it there is the reliable route.
  2. For a form someone has already filled in, ask the sender to print it to PDF before sending. Printing flattens the answers into the page so any viewer shows them.

Missing fonts and hidden layers

A page that shows its images, lines and boxes but no text is often a font problem. PDFs are supposed to embed their fonts; some older or carelessly exported files do not, and a viewer without a matching font may draw nothing where the text should be. Choose Tools > Show Inspector in Preview and look at the document details; if text is selectable (drag across the blank area and press Command-C, then paste into TextEdit), the words are in the file and it is a display issue.

Hidden layers are the other quiet cause. Technical drawings and some design exports put content on optional layers that can be switched off by default. Preview has limited layer controls, so a page can look empty when its layers are simply turned off. Safari’s viewer or the application that made the file will show the layer settings more clearly.

In both cases a practical workaround is to open the file in Safari, where the pages render, and use File > Export as PDF or print to PDF. That produces a new, flattened copy that Preview draws correctly. Keep the original.

Signs the file itself is damaged

If the pages are blank in every viewer, the text cannot be selected, and the file is not a dynamic form, look at the file rather than the viewer.

Compare the size to what you expected. A 40-page scan that is 300 KB has lost most of its images, or never had them. Choose File > Get Info in the Finder and check.

Check the end of the file. A complete PDF ends with a marker. Open Terminal and run:

tail -c 64 ~/Downloads/document.pdf

You should see %%EOF near the end of the output. If it is missing, the file was cut off during download, sync or copy, and the pages near the end are the most likely casualties.

Check where the blank pages are. Blank pages clustered at the end of the document fit a truncated transfer. Blank pages scattered through the middle fit damaged page objects inside an otherwise complete file.

If you can get the file again from its source, do that first. A fresh download is always better than a repair. Verifying a file arrived intact shows how to confirm the second copy is good before you rely on it.

Getting the surviving pages out

When there is no other copy, the goal is a new PDF built from whatever page content is still present in the damaged one.

Manatee does this in its Repair mode. Drop the PDF on the menu bar icon or the window, or right-click it in the Finder and choose Services > Fix with Manatee. It reads the page structure that survives and writes a new copy next to the original, which it never modifies. The result is reported plainly: Fixed, Partial (for example, 34 of 41 pages recovered), or Not fixable. A Partial result means the recovered pages are real and the missing ones had no content left to rebuild; partial recovery explained covers what that number means in practice.

It is worth being clear about limits. If a page’s image data was never written to the file, no tool can draw it, because there is nothing there to draw. Repair recovers structure and content that exists; it does not invent what was lost. Manatee runs entirely on your Mac, so a sensitive document is not uploaded anywhere during the attempt, and you can try it free for 24 hours with every feature.

If Preview refuses to open the file at all rather than showing blank pages, that is a different problem, covered in Preview can’t open this PDF.

Questions

Why does the PDF look fine on my phone but blank on my Mac? Different viewers support different PDF features. A phone app that runs form scripting or handles layers differently can show content Preview skips. Export a flattened copy from the viewer that renders it, and Preview will show that copy.

Will saving the file in Preview fix the blank pages? No, and it can make things worse. Saving from Preview rewrites the file based on what Preview understood, which can drop the content it was not drawing. Work on a duplicate if you experiment.

Can I tell which pages are damaged without opening each one? View > Contact Sheet in Preview shows many pages at once, which makes a run of blank pages easy to spot. Note the page numbers before you try any repair so you can check the result against them.