Fix PDF ErrorsApril 2, 20266 min read

Fix PDF Printing as Blank Pages

When a PDF prints blank pages, the cause is almost always one of four things: transparency, a stuck print driver, white-filled objects, or a raster/vector conflict. Here's how to identify and fix each.

A PDF that displays fine on screen but prints blank pages is one of the most disorienting printer problems. The cause is almost never the printer hardware — it's almost always a rendering issue between the PDF's internal structure and how the print driver processes it. The good news: each cause has a reliable fix.

Cause 1: Transparency Not Flattened

The most common cause. Modern PDFs frequently use transparency effects — drop shadows, semi-transparent overlays, blended objects from InDesign, Illustrator, or PowerPoint. Many print drivers (particularly older PostScript drivers for office printers) cannot process PDF transparency directly and render transparent layers as blank. The fix is to "flatten" the transparency before printing — this merges all transparent layers into a single opaque raster layer the printer can handle. Use FixMyPDF's flatten tool to flatten the PDF, then print the flattened version.

Cause 2: Print Spooler or Driver Issue

If multiple PDFs are printing blank, not just one, the print spooler may have a stuck job corrupting the queue. Fix: on Windows, press Win+R, type services.msc, find "Print Spooler," right-click → Restart. Then navigate to C:\Windows\System32\spool\PRINTERS and delete all files in that folder (not the folder itself). Try printing again. On Mac: System Settings → Printers & Scanners → right-click your printer → Reset printing system. This clears the queue and reinstalls printer queues cleanly.

Cause 3: White-Filled Shapes Covering Content

Some PDFs — especially those exported from design tools — have invisible white rectangles or filled shapes placed over content. On screen, the white blends into the white background and is invisible. When printed on white paper, the white shape covers the content underneath, creating a blank appearance. Test: open the PDF in Adobe Acrobat and select all objects on the blank page (Ctrl+A). If you see selection handles over the apparently blank area, there are objects there. This requires the original source file to fix — ask the creator to check for white-filled shapes in their layout.

Cause 4: Print as Image

A reliable workaround that bypasses all rendering issues: in Adobe Reader, File → Print → click "Advanced" at the bottom left → check "Print as Image" → OK. This rasterises each PDF page to a bitmap before sending to the printer, bypassing the PDF-to-PostScript conversion that causes most blank-page issues. The print quality will be slightly lower (effective resolution around 150-200 DPI rather than the printer's native resolution) but all content will print. For text documents this is perfectly fine; for high-resolution photos, use the flatten fix instead.

Cause 5: PDF Is a Form With Hidden Fields

Fillable PDF forms sometimes have content in form fields rather than in the page content stream. If the form isn't flattened, some printers don't render form field values and print the base page only, which may be blank. Fix: flatten the PDF first, which embeds all form field values into the page content. Then print the flattened version. Alternatively, in Adobe Reader's print dialog, ensure "Document and Markups" or "Document and Comments" is selected rather than "Document" — this includes form field values in the print output.

Try Flatten PDF Now — Free

Browser-based, private, and instant. No account or software required.

Open Flatten PDF
Report Bug
Send Feedback
Feature Request