Online Tool Store Online Tool Store
📄 PDF Tools

· 4 min read

How to Check a PDF Is Ready for Print

Manesh Jayawardhana

CIO & Co-founder

Manesh Jayawardhana is the CIO and Co-Founder of Ceyentra Technologies, where he has spent over nine years leading the design and delivery of software solutions for clients across the globe, spanning web, mobile, AI, and capital market systems. He has grown Online Tool Store's engineering team from the ground up while steering the company's technical direction. His writing draws on this breadth of experience building and shipping software across a wide range of industries and markets. View on LinkedIn

Share

How to Check a PDF Is Ready for Print

You send the PDF to the printer on Thursday. On Friday they email back: fonts not embedded, images RGB, no bleed. The job slips a week, and every one of those problems was visible in the file before you sent it.

Preflight is the check that catches them, and the four things it looks for account for nearly every rejection.

The four checks that matter

Embedded fonts. If a font isn’t embedded, the printer’s system substitutes another. The substitute has different metrics, so line breaks move, text reflows, and a carefully set page comes out wrong. This is the single most consequential preflight failure because it changes how the document looks rather than just its quality.

Colour space. An offset press works in CMYK. Send RGB and someone’s software converts it — possibly the printer’s, using settings you didn’t choose, and colours can shift noticeably. Many digital presses handle RGB fine, so this depends on the process, but assuming is where it goes wrong.

Image resolution. Effective resolution is what matters: a 300 dpi image scaled up 200% in the layout is effectively 150 dpi. Preflight measures the effective figure, which is often lower than the source file suggests.

Bleed. Anything printing to the edge needs to extend past the trim line, typically by 3mm, because guillotines are not perfectly accurate. Without bleed, a millimetre of drift leaves a white sliver along the edge.

What PDF/A is and when you need it

PDF/A is an ISO standard for long-term archiving. It requires the file to be self-contained: fonts embedded, no external references, no encryption, no embedded video or JavaScript, and explicit colour management.

Many legal, government and institutional archives require it. It’s a different question from print readiness, though the two overlap heavily — a PDF/A conformant file has embedded fonts by definition.

CheckFails whenConsequence
FontsNot embeddedText reflows on the printer’s system
ColourRGB where CMYK expectedColour shift, uncontrolled conversion
ResolutionEffective dpi below targetSoft or pixelated print
BleedNo bleed box, art to edgeWhite slivers after trimming

Common mistakes to avoid

  • Fixing problems by editing the PDF rather than the source document, which patches symptoms and often creates new ones.
  • Checking resolution on the source images rather than the effective resolution after scaling in the layout.
  • Assuming “export as PDF” from a design application produces a print-ready file — the export preset determines nearly everything.
  • Adding bleed to the artboard but not extending the artwork into it.
  • Treating a preflight pass as a proof. Preflight checks technical conformance, not whether the design is correct.

How to do it with PDF Preflight Validator

The PDF Preflight Validator reads the file in your browser and reports what a printer or archive would object to.

  1. Upload the PDF and choose the profile matching its destination — commercial print, or a PDF/A archive level.
  2. Read the failures in order, starting with unembedded fonts.
  3. Fix at source in the design file, then re-export and re-check.
  4. Ask your printer for their preferred export settings; most publish them and following them prevents most of these problems.

The PDF Association publishes accessible explanations of the PDF/A levels if you need to pick one. Other PDF tools are in the tools directory.

Frequently asked questions

Why do fonts need embedding?

Because a system without that font substitutes another, and the substitution changes metrics — line breaks move and the layout shifts. It’s the preflight failure that alters the document rather than just degrading it.

What is PDF/A and when do I need it?

An ISO-standardised subset of PDF for long-term archiving: self-contained, no external dependencies, no scripts. Many legal and government archives require it.

Is RGB always wrong for print?

No. Many digital presses accept RGB and convert well. An offset workflow expecting CMYK will convert without your input, and that’s where colour shifts appear.

Final thought

Run preflight before you send, and fix problems in the source document rather than the PDF. A patched PDF passes the check and frequently fails the press.

Try the free PDF Preflight Validator

#pdf-preflight#print-ready-pdf#embedded-fonts#pdf-a-compliance#online-tools#free-tools