Why Won't My PDF Print Correctly? Seven Real Causes

By · · Updated August 27, 2026

PDF exists so that a document looks the same everywhere. Then you print one, and the sheet coming out of the printer is not the page on your screen — margins clipped, a form you filled in blank, a page sideways, or three sheets of nothing.

The frustrating part is that “won’t print correctly” describes seven unrelated faults with seven unrelated fixes. Trying remedies at random is why this eats an afternoon. Identify the symptom first, and most of these take under a minute.

Which one is yours?

What you seeCauseWhere the fix is
Edges clipped, everything slightly shrunkPage size ≠ paper sizePrint dialog, or the document
Form fields you filled are blankFields were never flattenedThe document
Comments and highlights missingAnnotation print settingsPrint dialog
Page sideways or upside downRotation vs contentThe document
Blank sheetsRendering or transparencyPrint dialog
Fonts look wrongFonts not embeddedThe source document
Printer stalls or spools foreverPage too complexThe document

Work down from the top — the first two account for most cases.

1. The page and the paper are different sizes

By far the most common, and the least obvious, because nothing announces it.

A4 is 595 × 842 points. US Letter is 612 × 792. Letter is wider and shorter. Print an A4 document on Letter paper and it does not fit: it is too tall by 50 points, about 17 mm.

Your printer resolves this one of two ways, neither of which it tells you about. It scales the page down to fit, so everything is about 94% of its intended size — and on a document where scale matters, like a plan or a form with measured boxes, that is a real problem. Or it crops, and the bottom of your page is simply gone.

The reverse case, Letter printed on A4, clips the right-hand edge instead.

The print dialog controls this, and its default is usually wrong for you

Every print dialog has a scaling setting. The names differ; the choices do not:

  • Fit to printable area — scales the page to fit inside the printer’s margins. The safe default when you just need it readable, and the wrong one when size matters.
  • Actual size (or 100%, or None) — prints at true dimensions. Correct when the document’s scale is meaningful, and the option that will clip if the document is bigger than the paper.
  • Shrink oversized pages only — a reasonable middle setting.

Check this setting before concluding anything is wrong with the file. A document that prints badly at one setting frequently prints perfectly at another.

Every printer has a margin it physically cannot reach

Separately from any of the above: printers cannot print to the very edge of the sheet. The unprintable band is typically 3–6 mm on each side, more at the bottom on many inkjets.

So a document with content sitting 2 mm from the edge cannot print that content, at any setting, on that printer. If your footer or a table’s last column is being lost and scaling does not help, this is why.

Fixing it in the document instead

If the same document prints wrongly every time, fix the document rather than the dialog every time.

Crop PDF in its resize mode changes the page’s actual dimensions, so you can standardise a mixed document to one size. The distinction between its two modes matters here and is covered in how to crop PDF margins — the default mode changes only what is shown, which does not solve a printing problem.

This is also worth checking on anything assembled from several sources: merging an A4 document with a Letter one produces a file whose pages are genuinely different sizes, and a printer handles that page by page.

2. You filled in a form and it printed blank

This one causes real damage, because the failure is invisible until the paper is in your hand — and sometimes not until someone else has it.

A fillable PDF’s fields are interactive objects layered above the page, not text on it. Depending on how the form was built and what you filled it in with, those values may or may not print. A viewer that treats a field as an on-screen widget rather than page content prints the empty form.

Test before you commit: print one page, or use your reader’s print preview, and look for your own text. Do not assume.

The reliable fix is flattening — converting the field values into ordinary page content, so there is nothing left that a printer could treat as optional. Most desktop readers do this when you use their own “Print to PDF” or “Save as flattened copy” option; printing the form to a new PDF and then printing that is the version of this trick that works almost everywhere.

This site does not flatten form fields, so this is a case where the answer is your PDF reader rather than a tool here. If what you need is simply to put text on a page — a date, a name, a reference — Add Text to PDF writes real page content that always prints, which is covered in how to add text to a PDF.

3. Comments and highlights do not appear

Annotations — sticky notes, highlights, drawn markup — are also separate from page content, and whether they print is a setting rather than a property of the file.

Most readers offer a choice along the lines of “Document” versus “Document and markup” or “Document and annotations”. The default is frequently document only, which is sensible for a clean printout and infuriating when the comments are the reason you are printing.

Look for that option in the print dialog before deciding the annotations are missing from the file.

4. The page prints sideways

A PDF page carries a rotation attribute — a quarter-turn instruction the viewer applies when displaying it. Rotating a page with Rotate PDF sets that attribute; it does not redraw the content underneath.

That is normally exactly what you want, and it prints correctly nearly everywhere. But it means a page can be displayed upright while its underlying content is stored sideways, and a small number of printer drivers and print pipelines handle that combination badly — reading the content and ignoring the instruction.

The tell is a page that looks right on screen and prints rotated. How to rotate PDF pages covers this properly, including why a page can look right and still be wrong underneath.

Also check your print dialog’s own orientation setting, which can quietly conflict with the document and produce a landscape page squeezed onto portrait paper.

5. Blank sheets come out

Assuming the pages are not genuinely blank — scroll the document and confirm — blank output usually means the printer could not render something and gave up on the whole page rather than part of it.

Transparency effects, unusual blend modes, and some vector constructions are the common triggers, particularly on older printers.

The universal workaround is “Print as image”, an option in most print dialogs, sometimes under Advanced. It tells your computer to rasterise each page and send a picture rather than instructions. It is slower and slightly softer, and it prints almost anything.

Keep this in mind for the rest of this list too: print-as-image is the blunt instrument that resolves several of these faults at once, at the cost of quality and speed. Try it when you need the paper more than you need perfection.

6. The fonts are wrong

If printed text looks different from screen text — different shapes, wrong spacing, overlapping characters — the document is probably relying on fonts it did not embed.

A PDF should carry its fonts inside it. When one is missing, the reader substitutes something similar, and your machine and the printer may not substitute the same thing. Text that displayed acceptably then prints with different metrics and reflows out of its boxes.

This cannot be fixed in the finished PDF. It has to be fixed at export, in whatever produced the document, by embedding fonts. For anything going to an archive, the format that requires embedding is PDF/A, standardised as ISO 19005 — and what PDF/A is and whether you need it explains what conforming to it costs — the PDF Association publishes an accessible introduction to what that profile guarantees and why.

If you cannot re-export, print as image. The substituted fonts will at least be the same ones you can see on screen.

7. The printer stalls, or the job never finishes

Very large or very complex pages can exceed what a printer’s processor and memory can handle. The job spools, the printer thinks, and nothing emerges — or one page prints every four minutes.

Two causes, with different fixes:

  • Enormous images. A scan at 1200 DPI carries far more data than any printer needs; 300 DPI is the practical ceiling for print. Compress PDF re-encodes pages at a lower resolution, and why is my PDF so large explains what makes a document heavy.
  • Complex vector artwork. Maps, CAD exports, and detailed charts can contain hundreds of thousands of drawing operations. Print as image converts all of that into one picture, which printers handle easily.

Printing a long document in batches of ten pages also helps, since it gives the printer’s memory a chance to clear between jobs.

Before blaming the PDF

Two checks that save a lot of wasted effort:

Print a different document. If a plain one-page text file prints wrongly too, the fault is the printer or its driver, not your file, and nothing you do to the PDF will help.

Try a different reader. Rendering differs between PDF readers more than people expect. A document that prints badly from a browser’s built-in viewer often prints perfectly from a full desktop reader — the trade-offs between the two are covered in browser PDF tools vs desktop software.

If the document also behaves strangely on screen — pages missing, errors on open — the problem is upstream of printing entirely; see why won’t my PDF open.

Why any of this is possible at all

PDF was designed for exactly this job: a page that renders identically regardless of what opens it. That it usually succeeds is why the exceptions are so disorienting.

The structures involved — page boxes, rotation attributes, annotation flags, font embedding — are all specified in ISO 32000-2. The predictable pattern in the list above is that every reliable case is page content, and every unreliable case is something layered on top of it: form fields, annotations, instructions a renderer may interpret differently.

That is the single most useful principle to take away. When a document absolutely must print correctly, get everything onto the page as content before it goes anywhere near a printer — which is the same reasoning behind the assembly order in preparing a PDF bundle for submission.

Open Crop PDF

Written and tested by the PDF Editing Tools Editorial Team. See oureditorial policy for how we verify tool behaviour and handle corrections.