
PDF Not Printing Correctly? 8 Fixes That Actually Work
Blank pages, missing text, wrong size, cut-off edges — here are 8 fixes for the most common PDF printing problems on Windows and Mac.
You hit Print. The pages come out blank, or the text is missing, or the document is cropped at the edges. PDF printing problems are one of the most frustrating things a computer can do to you — especially when the document looks perfectly fine on screen. This guide covers the eight most common causes, with a direct fix for each one, so you can stop guessing and start printing.
Fix 1: Blank Pages When Printing
You get pages — just empty ones. This usually happens with PDFs that contain transparent layers or flattened content that the print driver can't interpret correctly. The printer receives the transparency instruction but renders nothing visible.
Why it happens: Some PDFs use transparency effects (drop shadows, overlapping elements, gradient fills) that are processed by the PDF renderer rather than the printer hardware. Older or budget printers handle these poorly and output a blank sheet.
The fix: In your print dialog, look for an option called Print as Image or Rasterize. In Adobe Reader: File → Print → Advanced → Print as Image. In Chrome: use the system print dialog (click "More settings" → switch from "Save as PDF" to your actual printer) and check for image printing options.
What this does is convert each page into a flat raster image before sending it to the printer — the printer never sees the transparency, just pixels. Print quality stays sharp at 300 DPI or above.
If you don't have Adobe Reader, you can also flatten the PDF before printing. Open it in a free online PDF editor, save a new copy, and the flattening often resolves transparency conflicts automatically.
This fix also helps with PDFs that contain interactive form fields — fields that are not filled in sometimes render as invisible on print.
Fix 2: Text Missing From Printout
The text is visible on screen but absent from the printed page. This is almost always a font issue.
Why it happens: PDF fonts fall into two categories — embedded (packed inside the PDF file) and non-embedded (referenced by name, relying on the printer or system to supply the font). If the required font isn't installed on your machine or on the printer's internal storage, the printer skips it or substitutes a blank.
The fix: Before printing, check whether the PDF has embedded fonts. In Adobe Reader: File → Properties → Fonts tab. Any font listed as "Not Embedded" is a candidate for going missing.
The cleanest solution is to embed the fonts before you print:
- Open the PDF in a PDF editor.
- Export or "Save as" a new copy — most modern PDF writers embed fonts by default during export.
- Print from the new copy.
Alternatively, using Print as Image (Fix 1) also sidesteps font issues entirely since the text is rasterized before the printer sees it.
If you regularly receive PDFs from external sources with missing fonts, this is a sign the sender's software isn't embedding fonts correctly — worth flagging to them.
Fix 3: Wrong Page Size — Content Too Small or Too Large
The printed output is either a tiny document floating in a sea of white paper, or a large document cropped into a smaller sheet.
Why it happens: The PDF was designed for a specific paper size (often A4) but your printer is set to a different size (often US Letter), or vice versa. A4 is 210 × 297mm; US Letter is 216 × 279mm — close enough to look identical on screen, different enough to cause layout shifts on paper.
The fix — scale to fit:
In your print dialog:
- Adobe Reader: Page Sizing & Handling → Fit (scales the page to fill your paper size)
- Chrome/Edge: Scale → Fit to page
- Windows: Printer Properties → Paper/Quality → set paper size to match the PDF
The "Fit" option is the safest universal choice. It scales the content proportionally so nothing is cut off. If you need exact dimensions (for forms, legal documents), set your printer paper size to match the PDF's defined size instead.
For a permanent fix, open the PDF in an editor and change the page size to match your printer's paper before printing.
Fix 4: PDF Cuts Off at the Edges
The content prints but the edges are missing — a header cropped, a table column gone, footer text absent.
Why it happens: Every printer has a physical margin it cannot print within — typically 3–6mm from each edge. If the PDF has content running closer to the edge than the printer's minimum margin, that content gets clipped.
The fix:
Option A — Shrink to fit: In the print dialog, enable "Shrink oversize pages" or set scaling to 95–97%. This pulls all content inward enough to clear the printer's non-printable margin.
Option B — Match margins in the source: If you have edit access to the PDF, open it and add padding so content doesn't run to the edge. Most printers need at least 5mm clear on all sides.
Option C — Check "borderless printing": Some printers support borderless mode (mainly for photos). Enabling it removes the margin restriction but may cause slight bleed at edges.
For most office documents, shrinking to 97% is invisible in practice and solves the problem immediately without touching the file.
Fix 5: Colors Look Wrong on the Printout
Reds look orange, blues look purple, or the whole document looks washed out or oversaturated.
Why it happens: PDFs can store color in RGB (designed for screens) or CMYK (designed for print). Most desktop printers expect RGB. Professional print shops use CMYK. When an RGB PDF is sent to a CMYK printer without conversion, the colors shift — sometimes dramatically.
Conversely, a CMYK PDF printed on a home inkjet (which re-interprets CMYK as RGB) can come out looking flat or muddy.
The fix:
- For home/office printing: ensure your PDF is in RGB color. Most consumer printers handle RGB best.
- For print shop / professional printing: ask the printer what color profile they need (typically CMYK with a specific ICC profile like ISO Coated v2) and export accordingly.
- In Adobe Reader: Edit → Preferences → Color Management → set Output Color Profile to match your printer.
If your PDF was exported from design software (Illustrator, InDesign, Canva), check the export settings — there's usually an explicit RGB vs CMYK toggle.
For documents that are purely text and simple graphics, color differences are usually minor. This fix matters most for photographs and brand-color-critical materials.
Fix 6: PDF Is Printing Extremely Slowly
The document started printing ten minutes ago and the printer is still processing page one.
Why it happens: Large or complex PDFs — high-resolution images, vector graphics, transparency effects, embedded fonts — generate massive amounts of print data. A 50MB PDF can send hundreds of megabytes of processed data to the printer's buffer. Basic office printers have limited memory and slow down or stall entirely.
This is related to the broader file-size problem: PDF file size is consistently the #2 pain point for users, with 88% reporting frustration with oversized PDFs.
The fix:
-
Reduce DPI: In the print dialog, lower the resolution from 600 DPI to 300 DPI. For text-only documents, 300 DPI is indistinguishable. This halves the data per page.
-
Compress the PDF first: Use OnlinePDFEdits' compress tool to reduce the file size before printing. Compressing a 30MB PDF to 8MB can cut print processing time by 60–70%.
-
Print as Image at lower DPI: Set Print as Image to 150 DPI for drafts, 300 DPI for finals.
-
Print in batches: If you must print a 100-page document at full quality, print 20 pages at a time to avoid overflowing the printer's buffer.
If slow printing is a recurring issue, it's worth checking whether the PDF file itself is unnecessarily large — see our guide on why PDFs get too large to email for more on diagnosing bloated files.
Fix 7: Pages Print in the Wrong Order
A 10-page document prints with page 10 first and page 1 last, or every other page is reversed.
Why it happens: Two common causes. First, duplex (double-sided) printing settings can interact with page order in unexpected ways depending on whether the printer reverses pages mechanically or in software. Second, some printers default to "reverse order" so pages land face-up in the output tray in correct reading order — which is correct for those printers but wrong if you expected front-to-back.
The fix:
In the print dialog:
- Look for Page Order settings: "Front to Back" vs "Back to Front"
- For duplex printing, check whether "Flip on long edge" vs "Flip on short edge" matches your intended orientation (landscape vs portrait documents flip differently)
- On Windows, the printer's Properties → Advanced section often has a "Print pages in reverse order" checkbox
If pages within a PDF are already in the wrong order (the PDF itself is mis-ordered), that's a document structure issue, not a printer issue. Use a PDF page organizer to reorder pages before printing.
Fix 8: Some Pages Blank, Others Print Fine
Page 1 prints correctly, page 2 is blank, page 3 prints, page 4 is blank — or some similar pattern.
Why it happens: This is a mixed-content-layer problem. PDFs can contain multiple layers — a background layer (the original document), an overlay layer (annotations, forms, redactions), and optional content groups that can be toggled on/off. If the print driver only renders some layers, alternating pages can appear blank.
This also happens with PDFs that have interactive form fields on some pages but not others — the form pages render differently.
The fix — flatten the PDF:
Flattening merges all layers into a single static layer before printing. This is the most reliable fix for mixed-layer PDFs.
In Adobe Reader: Print → Advanced → Print as Image (flattens per page at print time).
For a permanent fix: open the PDF in an editor and save/export a new copy. Most export pipelines flatten layers by default. Alternatively, use the Delete Pages approach — if you know which pages are blank in the PDF (not just on print), remove them before printing.
If the PDF is password-protected or locked, that can also prevent certain pages from printing. Encrypt/decrypt tools can help if you have the owner password.
Quick Reference: PDF Printing Problems at a Glance
| Problem | Most Likely Cause | Fastest Fix |
|---|---|---|
| Blank pages | Transparent layers | Print as Image |
| Missing text | Font not embedded | Print as Image or embed fonts |
| Wrong size | Paper size mismatch | Fit to page |
| Content cut off | Printer margin | Shrink to 97% |
| Wrong colors | RGB/CMYK mismatch | Check color profile |
| Prints very slowly | File too large | Compress PDF first |
| Wrong page order | Duplex/reverse settings | Adjust page order in print dialog |
| Some pages blank | Mixed content layers | Flatten PDF before printing |
For PDFs that have layout or content issues you want to fix before printing — missing text, wrong formatting, images out of place — the OnlinePDFEdits editor lets you make those changes directly in the browser, no software install needed.
FAQ
Why does my PDF look fine on screen but print incorrectly?
Screen rendering and printer rendering use different engines. Your monitor displays transparency, RGB colors, and interactive layers natively. Printers work with static, flattened page data. Elements that look correct on screen — transparent backgrounds, non-embedded fonts, form fields — can fail silently when converted to printer instructions. "Print as Image" bypasses this by rasterizing the page into pixels first.
How do I print a PDF without cutting off the edges?
Open the print dialog and enable "Shrink oversize pages" or set the scale to 95–97%. This pulls the content inward slightly, clearing the printer's non-printable margin zone (usually 3–6mm per edge). For important documents where exact margins matter, open the PDF and add padding in an editor before printing, so you control exactly where the content sits.
Why is my PDF printing so slowly?
Large file size is almost always the cause. Complex graphics, high-resolution images, and embedded fonts generate large amounts of print data that overwhelm a standard printer's memory buffer. Fix it by compressing the PDF before printing (reduces data sent to printer), lowering the print DPI to 300, or enabling "Print as Image" at a lower resolution. A 50MB PDF can be reduced to under 10MB without visible quality loss.
How do I fix a PDF that prints blank pages on some pages but not others?
This is usually a layering issue — the PDF has mixed content layers and the printer is only rendering some of them. The fix is to flatten the PDF before printing. In Adobe Reader, use Print → Advanced → Print as Image, which flattens each page at print time. For a permanent fix, open the PDF in an editor and export a new copy, which typically merges all layers into a single printable layer automatically.


