How to Prepare a PDF for Professional Printing
Key takeaways
- Print-ready PDFs need a bleed area of at least 3mm beyond the trim edge on each side to prevent white borders after cutting.
- Raster images should be 300 DPI at their printed size — images that look sharp on a 96 DPI screen are often too low-resolution to print cleanly.
- RGB documents must be converted to CMYK before commercial printing; vivid screen colours frequently look duller when reproduced with ink.
- All fonts must be embedded in the PDF — a printer's workflow cannot substitute missing fonts and will either fail or reflow your layout.
Sending a PDF to a professional printer is different from sharing it on screen. A file that looks perfect in Adobe Reader or in a browser can produce disappointing results when printed — sometimes with white lines around the edges, blurry photos, or text that’s reflowed because a font wasn’t embedded. Most of these problems are fixable before you send the file, if you know what to look for.
1. Add bleed
Bleed is the strip of design that extends beyond the page’s trim edge — the line where the printed sheet will be cut. Without it, even a small amount of cutting variation leaves a white border on one or more edges.
The standard bleed margin is 3mm (about 1/8 inch) on each side. A business card sized 85×55mm needs to be supplied as 91×61mm with bleed. A full-page A4 (210×297mm) needs to be supplied as 216×303mm.
If you designed the document at the exact final trim size, adding bleed retroactively means extending background colours and imagery to fill the extra area. Some tools let you adjust this in export settings; others require you to go back to the source file.
2. Check image resolution
Screen images are typically 72–96 PPI (pixels per inch). Print requires at least 300 DPI (dots per inch) at the printed size. An image that looks sharp on your monitor is often too low-resolution to print cleanly at the same physical dimensions.
The formula: take the pixel dimensions of the image and divide by 300. That gives the maximum print size in inches at which the image will be sharp. A 1800×1200 pixel photo can print sharply at up to 6×4 inches. At 12×8 inches it’s 150 DPI and will look slightly soft; at 24×16 inches it’s 75 DPI and will look visibly blurry.
Check resolution before sending. Most PDF editors can show you the effective DPI of embedded images in a document. Images that don’t meet the threshold should be replaced with higher-resolution originals, not upscaled — upscaling adds pixels but doesn’t add detail.
3. Convert RGB to CMYK
Screens use RGB (Red, Green, Blue) to produce colour by combining light. Print uses CMYK (Cyan, Magenta, Yellow, Key/Black) to reproduce colour with ink. These are fundamentally different colour spaces, and some colours that exist in RGB don’t have an equivalent in CMYK.
The most common victims: vivid electric blues, bright oranges, neon greens. These colours often look dull or brownish when the file is converted at the press. The conversion, called a “gamut mapping,” has to pick the closest CMYK equivalent, and for highly saturated screen colours the closest option can look quite different.
Converting your RGB document to CMYK before sending lets you see and adjust the colour shift in advance. Most professional print shops will convert RGB files themselves, but they’ll do it automatically using a generic profile, which gives you no control over the result.
4. Embed all fonts
A PDF can either embed font data — the actual outlines for every character — or simply reference the font by name and expect the reader’s system to supply it. For print workflows, any unembedded font is a potential problem: the print RIP (Raster Image Processor) may not have the font installed, in which case it either substitutes a fallback font (which changes your layout) or fails to process the file.
Check the PDF’s properties to confirm all fonts are embedded. In Adobe Acrobat, this is under File → Properties → Fonts, where embedded fonts are labelled “Embedded Subset.” If any font shows as just a name with no embedding status, go back to the source application and export with “Embed All Fonts” or “Subset Fonts” enabled.
A useful workaround: in the source application, convert text to outlines (or curves) before exporting to PDF. This eliminates font data entirely by turning text into shapes — no embedding required, but the text also becomes permanently non-editable.
5. Add crop marks
Crop marks (also called trim marks) are small lines printed outside the bleed area that show where the paper should be cut. They’re not required — many print shops will trim to the page size without them — but they’re expected for professional work and prevent ambiguity.
Most page layout tools add crop marks as an export option. In a PDF editor, crop marks may need to be added as vector elements positioned at the exact trim corners.
6. Review compression settings
PDFs support multiple compression methods for images. Lossy compression (JPEG) reduces file size by discarding detail; lossless compression (ZIP or LZW for images, Flate for everything else) reduces file size without any data loss.
For print, use lossless compression or JPEG at maximum quality (Quality 9 or 10 out of 10 in most tools). High-compression JPEG creates visible artefacts — blocky areas, colour banding — that are subtle on screen but visible when printed at full scale.
Most print shops specify a maximum file size (often 500MB or more) and a minimum quality level in their specifications document. If you can’t find one, ask before sending.
A correctly prepared PDF takes about ten minutes to check before sending, but mistakes in a print job can be expensive — most commercial printers won’t reprint for free if the error was in the supplied file. Running through this checklist before each print submission saves the time and cost of reprints.