A file that prints perfectly on your office laser can be rejected outright by a commercial printer, and the reasons are rarely obvious from looking at it. Commercial printing has a set of requirements — bleed, colour space, resolution, font embedding, trim marks — that your desktop printer simply does not care about because it never trims the sheet and never separates the colours. This is what a print-ready PDF actually needs and how to check it before it costs you a reprint.
Bleed, trim and safety
The single biggest source of rejected files.
Commercial printing prints onto oversized sheets and cuts them down. Cutting is accurate to about a millimetre, not to the micron, so any colour or image intended to reach the edge of the finished piece must extend past the trim line. That extension is the bleed, conventionally 3 mm in Europe and 0.125 in (about 3.2 mm) in the US.
Three lines to keep straight:
- Trim — where the finished piece is cut. Your actual page size.
- Bleed — 3 mm outside trim. Background colours and images extend to here.
- Safety / margin — 3–5 mm inside trim. No text or important content beyond this line, because the cut may land slightly inside.
The mistake that costs a reprint: designing an A4 flyer at exactly 210 × 297 mm with a coloured background. Cut 0.5 mm outside the line and you get a white hairline along one edge. Set the document up with bleed from the start; adding it afterwards means extending artwork that may not have anywhere to extend from.
In PDF terms these are the MediaBox (the sheet), BleedBox, TrimBox and ArtBox. A print-ready file should have a TrimBox that matches the finished size and a BleedBox 3 mm larger. Many printers' preflight will reject a file with no TrimBox at all, because they cannot tell where to cut.
Colour
Desktop printing is RGB and forgiving. Commercial printing is CMYK and specific.
- Convert to CMYK at the right profile, or supply RGB with an embedded profile and let the printer convert — but ask which they want rather than guessing. A printer with a well-managed workflow often prefers to convert themselves; a small shop usually wants CMYK supplied.
- Use the right CMYK profile: FOGRA39 or FOGRA51 for coated stock in Europe, GRACoL or SWOP in the US, and something specific for newsprint. Your printer will tell you if you ask.
- Rich blacks for large solid areas: 100% K alone prints as a slightly washed dark grey over a big area. A typical rich black is around 60C 40M 40Y 100K — but check the printer's total ink limit (usually 300%) before inventing your own.
- Small black text stays 100% K only. Four-colour black text will show registration fringing at small sizes.
- The background is in CMYK vs RGB in PDF and colour management in PDF.
Spot colours are a separate decision — if the job uses a Pantone, it must be defined as a spot channel rather than a CMYK simulation, and the two behave very differently at output. See spot colours and overprint in PDF.
Resolution
- Photographic images: 300 ppi at final placed size. Not 300 ppi in the original file — 300 ppi as placed. An image scaled to 200% halves its effective resolution.
- Line art and bitmaps: 1200 ppi, because hard edges show stair-stepping at lower resolutions.
- Vector artwork: resolution independent, no concern.
Check with pdfimages -list file.pdf, which shows effective ppi per image, or in Acrobat's Output Preview. Anything under about 200 ppi will be visibly soft in print even though it looked fine on screen — the reasoning is in why PDF text looks blurry.
The corollary: do not compress a print file the way you would compress one for email. Print PDFs are supposed to be large.
Fonts
Every font must be embedded. A missing font is substituted at the RIP, which changes metrics, reflows lines, and produces output that does not match your proof. Most PDF export presets embed by default, but licensing restrictions on some fonts prevent embedding, and those failures are silent until preflight.
Check in Acrobat: File → Properties → Fonts. Every entry should say "Embedded" or "Embedded Subset". Or from the command line, pdffonts file.pdf — the emb column should be yes throughout.
Subsetting is fine and usual; it includes only the glyphs used. See embedded fonts in PDF explained and font subsetting in PDF explained.
Two related traps: very thin hairline rules (under 0.25 pt) may disappear or vary, and text converted to outlines cannot be corrected by the printer and cannot be searched — outline everything only if you have a specific reason.
Transparency
Modern RIPs handle live transparency, but not all workflows do, and PDF/X-1a requires it flattened. Flattening is where drop shadows, blend modes and transparent overlaps get converted into opaque artwork — and it is where subtle white lines, colour shifts, and text rasterisation appear if done badly. Detail: PDF transparency flattening explained.
Rule of thumb: if the printer accepts PDF/X-4, keep transparency live. If they require PDF/X-1a, flatten at high resolution and check the result carefully.
Use a PDF/X standard
Rather than assembling these requirements individually, export to a PDF/X standard, which bundles them:
- PDF/X-1a — CMYK and spot only, transparency flattened, all fonts embedded. The conservative choice, still requested by many printers.
- PDF/X-3 — allows colour-managed RGB with profiles.
- PDF/X-4 — allows live transparency and layers. The modern default for most commercial work.
InDesign, Illustrator, and Acrobat's preflight can all export or convert to these. Ask the printer which they want; the answer is usually X-1a or X-4, and it takes ten seconds to get. Background: PDF/X print format explained, and for variable-data work PDF/VT explained.
Preflight before you send
Preflight is automated checking against a profile. It catches, in a few seconds, the things that otherwise cost a day:
- Acrobat Pro: Tools → Print Production → Preflight, then run the appropriate PDF/X profile. It reports and, for many issues, fixes.
- Adobe Acrobat's Output Preview shows separations, total ink coverage, and overprint simulation — the fastest way to see whether a black is rich, whether something is set to overprint that should not be, and whether ink limits are exceeded.
- PitStop (Enfocus), the industry standard third-party preflight, if you do this professionally.
- Free options:
veraPDFvalidates PDF/A rather than PDF/X, but Ghostscript andqpdfcan report structural issues, and several printers offer free online preflight against their own profile — use that one if it exists, since it checks their actual requirements.
A pre-send checklist
Before the file leaves:
- Page size correct, and consistent across pages unless the job has mixed sizes by design.
- TrimBox set, bleed present on all four sides, 3 mm minimum.
- Nothing important within 3–5 mm of the trim.
- Colour space as the printer requested, with the right profile.
- Total ink coverage within limit (check in Output Preview).
- All fonts embedded.
- Images at 300 ppi effective, line art at 1200.
- Overprint settings deliberate, not accidental — white objects set to overprint disappear entirely.
- Spot colours either intentional and correctly named, or converted.
- Page count correct, and a multiple of 4 for saddle-stitched work.
- Single file, single document, pages in reading order — not spreads unless requested. Imposition is the printer's job: PDF imposition explained.
- A proof PDF for your own approval, separate from the print file.
Talk to the printer first
The most useful advice in this article: send the printer a specification question before you build the file, not the finished file with your fingers crossed. Ask for their preferred PDF standard, colour profile, ink limit, bleed, and whether they want spreads or singles. Most printers publish this as a one-page spec sheet and are visibly relieved when someone reads it.
A five-minute conversation at the start prevents the two most expensive outcomes in printing: a job that stops at preflight and delays the schedule, and a job that passes preflight, prints, and is wrong.
Summary
Print-ready means bleed with a TrimBox, the printer's CMYK profile, 300 ppi effective images, every font embedded, deliberate overprint and transparency handling, and export to the PDF/X standard they asked for. Run preflight before sending, keep important content clear of the trim, and get the printer's spec sheet before you start designing rather than after they reject the file.