Manatee

A PDF that opens fine but will not print on a Mac

The document looks perfect on screen. You press Command-P, the job appears in the print queue, and then it stalls, prints blank pages, prints the first page and stops, or vanishes without a word. Every other PDF on your Mac prints normally.

That pattern points inside the file. Displaying a PDF and printing one are two different jobs with different requirements, and a file can be entirely readable while still carrying something the print path cannot process.

Why a PDF can display but not print

On screen, the Mac renders the page for a display and is allowed to approximate. Printing hands the page to a driver that has to produce exact marks at the printer’s resolution, and that path is far less forgiving.

Four things commonly break it.

A font that is referenced but not embedded, or embedded in a damaged form. On screen the Mac substitutes something similar and moves on. The print path may refuse the substitution and stop.

An image the renderer cannot decode at print resolution. A JPEG 2000 or a very large scanned image can display from a cached thumbnail and then fail when the full data is demanded.

Transparency and layered graphics. Complex overlays have to be flattened before printing. A file with heavy transparency can take an extremely long time or exhaust the driver.

Permissions set inside the document. A PDF can carry a flag that forbids printing. It opens and reads normally, and the Print command is either greyed out or produces nothing.

Work out which one you have, in order

Start with the cheapest checks.

  1. Open the file in Preview and press Command-P. If Print is greyed out, or Preview shows a padlock, you are looking at permissions rather than damage. Skip to the permissions section.
  2. Print a single page rather than the whole document. If page one prints and page four does not, the problem is content on a specific page, not the file as a whole.
  3. Print to a different destination. In the Print dialog, choose Save as PDF from the PDF menu at the bottom left. If that also fails or produces blanks, the problem is inside the file. If it succeeds, the problem is between your Mac and the printer.
  4. Try a different printer or the same printer over a different connection. This separates the file from the driver quickly.

That third step is the most useful one, and it is the one people skip. Save as PDF exercises the same rendering path as a real print job without involving hardware at all.

Fixing it from inside macOS first

If the file is at fault, try the built-in rewrite before anything else.

Open the document in Preview, choose File, then Export, and pick PDF as the format. Preview re-renders every page and writes a new document. That single step resolves a surprising share of print failures, because the new file carries Preview’s own clean output rather than whatever the original generator produced.

In the same Export dialog you can apply a Quartz filter such as Reduce File Size. That downsamples images, which can be exactly what an oversized scan needs before a printer will accept it. It also softens image quality noticeably, so use it when the alternative is not printing at all, and see how to compress a scanned PDF on a Mac for a gentler approach.

If the job reaches the queue and sits there, clear the path on the Mac side. Open System Settings, go to Printers and Scanners, select the printer and open the queue, then cancel every stuck job. If jobs keep sticking, right-click in the printer list and choose Reset printing system, then add the printer again. That clears drivers and queues without touching your documents.

When the PDF itself is damaged

Sometimes Preview’s export fails too, or produces blank pages. That means the structure of the document is not sound, even though a reader has been quietly working around it.

A PDF keeps a cross-reference table listing where every object lives. Readers are built to tolerate a broken table by scanning the file and reconstructing what they can, which is precisely why a damaged PDF can look fine on screen and fail the moment something demands exact page data.

Manatee handles this in Repair mode: drop the document on the menu bar icon and it rebuilds the structure from the objects it can actually find, writing a new file alongside. Your original is never modified. The verdict is Fixed, Partial or Not fixable, and Partial here means a real number, for example thirty-four of forty-one pages, which is explained in partial recovery explained. A repaired document usually prints, because the rebuild removes the objects that were tripping the renderer.

If the file is enormous and the printer is running out of memory rather than choking on a defect, Manatee’s Shrink mode is the better tool: name a target size in megabytes and it finds the quality that fits. Preview can’t open this PDF covers the neighboring case where the document will not even display.

The permissions case

If the document forbids printing, no repair changes that, and it should not. A PDF can be created with an owner password that permits viewing while blocking printing, copying or editing.

The honest answer is to go back to whoever produced the file and ask for a printable copy. Manatee does not crack passwords and does not remove protection, and neither should any tool you would trust with a document that came from a bank, a court or an employer.

One thing worth ruling out: some documents are not protected at all, and the Print command is greyed out because the file failed to finish loading. Close it, reopen it, and check again before assuming a restriction exists.

Blank pages instead of a failure

Pages that come out entirely blank, with the job reporting success, are their own signal. Almost always this is a font or a transparency problem rather than a broken file.

The Preview export step fixes most of these, because it converts the page to a form that no longer depends on the original fonts. If it does not, printing page by page will usually identify one page that is responsible, and rebuilding that page in whatever produced the document is faster than fighting the PDF. A PDF that opens with blank pages in Preview covers the version where the blanks appear on screen too.

Questions

Why does the same PDF print from another computer? Different readers and drivers tolerate different defects. A file that prints on one machine and not another is damaged or unusual rather than healthy; the other machine is being more forgiving, not more correct.

Does re-saving the PDF lose quality? Exporting from Preview without a filter keeps text sharp and re-encodes images. Applying Reduce File Size does lose quality visibly. Keep the original either way.

The print job disappears with no error. What now? Check the printer queue first, then try Save as PDF from the Print dialog. A job that disappears from both is a file problem; a job that disappears only at the printer is a driver or connection problem.

Can I print just the pages that work? Yes. Enter a page range in the Print dialog. Isolating the failing pages is also the fastest way to tell a content defect from a whole-file defect.