The PDF shows up fine on screen. You hit print. The printer wakes up, the paper feeds through — and comes out completely blank. Then the next page. And the next.
The content exists. The printer just can't see it. There's a translation problem between the file and the print driver.
What's actually going wrong
Three common causes. Transparency layers — modern PDFs use alpha-blended graphics that old print drivers ignore entirely, leaving blank pages. PDF/A or signed content — some viewers refuse to send protected content through the print pipeline. Print-as-image is off — and the print driver is choking on a font or graphic it can't rasterise.
Quick test: try printing a page-range like 'page 1' instead of 'all'. If page 1 prints fine, the issue is on later pages with specific content the driver fails on.
The quick fix: print as image
In the print dialog, look for an Advanced or Properties option and enable 'Print as image' (sometimes called 'Print as bitmap'). This rasterises each page into a flat image before sending to the printer, bypassing every render issue. Pages print larger but reliably.
If that's not enough, re-flatten the file. Run it through compress PDF at any setting — Flint's compressor rebuilds the page stream as flat graphics that every print driver handles. Print the compressed file.
If that didn't work
Try a different printer driver. Some printers have a 'PostScript' and a 'PCL' driver — switching often resolves blank pages.
If the file is signed or marked PDF/A, convert it to a regular PDF first — that strips the protections that block print. You may want to re-sign after printing.
Last resort: convert PDF to JPG and print the images directly. Less elegant, but it always works.
Prevent it next time
Update your printer driver. Drivers from before 2018 struggle with modern PDFs. When creating PDFs for printing, flatten transparency at export. And keep one cloud printer connected — they tend to handle modern PDFs better than directly-attached drivers.
FAQ
Why does the preview look right but the print is blank?
Preview uses the viewer's renderer; print uses the printer's renderer. Modern PDF features supported by viewers aren't always supported by older print drivers, producing blank output where the screen shows content.
Does 'print as image' lose quality?
Slightly — text becomes a bitmap rather than vector. At 600dpi the difference is invisible. At lower print resolutions, text looks marginally softer but stays perfectly readable.
Why does only one specific PDF print blank?
That PDF has render features (transparency, layered objects, embedded font tricks) your driver doesn't support. Compress the file in Flint to flatten the structure and try again.
Will reinstalling my printer driver help?
Often yes, especially if your current driver is more than two years old. Manufacturer drivers are updated regularly to handle new PDF features.
Blank prints from valid-looking PDFs are nearly always a flattening problem. Compress the file in Flint and reprint — the white pages disappear.