It is a genuinely confusing failure: the document is right there on screen, every page renders, and the printer produces nothing, or blank sheets, or an error. The instinct is to assume the file is subtly damaged. Usually it is not.

Displaying a PDF and printing one are different operations with different requirements. Your reader draws to a screen it controls completely, at whatever resolution it likes, with every font it needs already in memory. Printing hands the document to a chain of other software — a print driver, a spooler, sometimes the printer's own interpreter — each of which can refuse work your reader was happy to do. That is where printing breaks.

Why a PDF can open but not print

Six things account for nearly every case, and they are worth learning to tell apart because the fixes have nothing in common:

CauseWhat you seeFix
Printing disallowed by permissionsThe Print option is greyed out, or an error about permissionsRemove the restriction if the file is yours
Unflattened forms or annotationsPages print but the filled-in content is missingFlatten the file
Hidden or non-printing layersPages print blank or partially emptyFlatten the file
Font or transparency the printer cannot handlePrint job stalls, errors, or prints garbledPrint as image
File too large for printer memoryPrints a few pages then stopsCompress, or print in batches
Driver, spooler or queue problemNothing prints from any applicationNot a PDF problem at all
Start with one question: does anything else print? Print a one-page document from a text editor. If that fails too, the problem is your printer, driver or queue, and nothing you do to the PDF will help. If it prints fine, the fault is in the document and the rest of this guide applies.

The print-permission flag

The PDF format carries a set of permission flags separate from any password needed to open the file — printing, copying text, editing and extracting can each be allowed or forbidden independently. A document can therefore open freely for anyone while refusing to print, which is exactly how publishers, exam boards and some corporate document systems distribute read-only material.

The symptom is unmistakable: the Print command is greyed out, or produces an error mentioning permissions or security rather than failing partway through a job. Check your reader's document properties, where a security or permissions panel lists what the file allows.

If the document is yours — something you produced, or protected yourself and now need to print — Unlock PDF removes the restriction when you have the password. If it belongs to somebody else, the restriction is a licensing decision rather than a technical fault, and the right move is to ask the sender for a printable copy.

Worth knowing: permission flags are advisory. They are enforced by well-behaved readers rather than by encryption, which is why some viewers ignore them entirely. That is not a licence to bypass restrictions on documents that are not yours — but it does explain why the same file sometimes prints from one application and not another.

Forms, annotations and layers that do not print

This is the most common cause of the specific complaint "it prints, but the content is missing", and it comes down to a structural detail of the format. Page content, annotations and form fields are stored in separate layers. What you type into a form field, the highlights and comments you add, and the signature you drop onto the last page are all annotation content, not page content.

Print drivers and reader settings vary in whether they include that layer. Adobe has a "Comments and Forms" dropdown in its print dialog that defaults, in some configurations, to printing the document without them. The result is a form that prints with every answer blank, or a signed contract that prints unsigned — which is a considerably worse outcome than not printing at all, because it is easy not to notice.

One operation fixes all four. Flatten PDF merges annotations, form fields and layers down into ordinary page content, producing a document with a single visible state that prints exactly as it displays. It is also the correct step before archiving or emailing a completed form, for the same reason — a related problem to pages that render blank on screen, which has the same underlying cause.

Flatten a PDF before printing it

Merge forms, signatures and annotations into the page so nothing goes missing. Free, no sign-up, files deleted after 2 hours.

Open Flatten PDF →

Fonts, transparency and printer memory

The remaining document-side failures all share a shape: the printer is asked to do something it cannot, and either stalls, errors, or produces nonsense. These are worth recognising because the fix is the same for all of them.

For the memory cases, reducing the file is the direct fix: Compress PDF downsamples oversized images, which is usually enough on its own. If a document is simply too long to spool in one go, Split PDF divides it into chapters or fixed-size chunks you can print in sequence. For fonts and transparency, the fallback in the next section is more reliable than any amount of driver tuning.

When the problem is not the PDF at all

Before spending more time on the document, rule out the machine. These take a minute each and account for a surprising share of "the PDF will not print" reports:

  1. Print something else. A one-page document from any other application. If that fails, the printer, driver or queue is at fault and the PDF is innocent.
  2. Clear the print queue. A single stuck job blocks everything behind it, and the jobs behind it look like they are failing individually. Cancel everything in the queue and restart the print spooler service.
  3. Print from a different reader. Open the file in Chrome and print from there. Chrome renders pages itself and sends a comparatively simple job, which sidesteps a good deal of driver complexity.
  4. Update the printer driver. Drivers older than the PDF features a document uses fail in exactly this way, particularly with transparency.

If you take one practical technique from this guide, make it this one. Nearly every print dialog offers a Print as Image option, tucked behind an Advanced button. It changes the job fundamentally: instead of sending the printer a description of the page — fonts to load, vectors to draw, transparency to resolve — your computer renders each page to a flat bitmap and sends that.

Because the printer receives a picture rather than instructions, every font, transparency and interpreter problem disappears at once. It is slower, and the output is slightly softer on text, but it works when nothing else does.

Where to find it. In Adobe Acrobat and Reader: Print → Advanced → Print as Image. On macOS, most drivers expose an equivalent under the print dialog's PDF or Advanced options. If your reader has no such option, print from Chrome instead, which effectively does the same thing.

Fix a PDF that will not print, in three steps

Working from most likely to least, this sequence resolves the overwhelming majority of printing failures:

1

Check permissions and test the printer

Look at the document's security properties for a print restriction, and print a page from another application to confirm the printer works at all. These two checks eliminate the two categories that no amount of work on the file would fix.

2

Flatten the document

Upload it to Flatten PDF. This merges form fields, signatures, annotations and layers into ordinary page content, which resolves missing answers, vanishing signatures and pages that print blank — and removes most transparency problems as a side effect.

3

Compress it, then print as image

If the job still stalls, run the file through Compress PDF to bring oversized scans within the printer's memory, and print with Print as Image enabled. Between them these two handle the font, transparency and memory cases.

If the file will not open in the first place, printing is the wrong problem to solve — start with what your reader's error message means, then come back to printing once the document opens.

Frequently asked questions

Because page content, annotations and form fields are stored in separate layers, and some print drivers and settings skip the annotation layer. If everything visible in your document is annotation content — a filled form, a signature, highlights — the printed page comes out empty. Flattening the file merges those elements into ordinary page content, after which it prints exactly as it displays.

This is the same layer problem, and it is the single most common printing complaint. Your typed answers live in form fields rather than on the page. Either set your reader's print dialog to include "Document and Markups" or "Comments and Forms", or — more reliably, because it travels with the file — flatten the PDF first so the answers become permanent page content.

It changes what your computer sends to the printer. Instead of a description of the page that the printer must interpret — fonts to load, vectors to draw, transparency to resolve — your computer renders each page to a flat bitmap and sends the picture. Every font, transparency and interpreter problem disappears as a result. It is slower and text looks marginally softer, so use it when a job stalls, errors or prints garbled.

No. PDFs carry permission flags that control printing, copying and editing separately from any password needed to open the file, so a document can open freely and still forbid printing. If the file is yours and you have the password, Unlock PDF removes the restriction. If it came from someone else, the restriction is deliberate and the right step is to ask the sender for a printable version.

That pattern points at memory rather than the document being invalid. High-resolution scans carry a large amount of data per page, and modest office printers exhaust their working memory partway through a job. Compressing the PDF downsamples the oversized images and usually resolves it outright; for very long documents, splitting the file and printing in batches avoids spooling limits as well.

Yes, as a matter of routine. Flattening resolves layers, transparency and annotations into a single unambiguous page description, which removes the main sources of disagreement between what you see and what their equipment produces. It also prevents form fields and comments from being printed or dropped unpredictably, and makes the file a more reliable archive copy.

Ready to get it printed?

Free, no sign-up, files deleted after 2 hours. Works on every device, with no installation.

Open Flatten PDF →
P
PdfDocShift Team
Published July 26, 2026 · Tutorials and tips from the PdfDocShift team