ChecklistPrepressGuide

Print Production Checklist: 25 Items Every File Must Pass Before Press

A comprehensive print production checklist covering file format, resolution, color, typography, bleed, trim, transparency, images, marks, imposition, and proofing. Use this prepress checklist to ensure every PDF is press-ready.

PDF Press Team
14 min read·12. März 2026

Why You Need a Print Production Checklist

Every year, the commercial printing industry loses billions of dollars to reprints, press downtime, and wasted materials caused by files that weren't ready for production. A single missing font can halt a press run that costs hundreds of dollars per hour. An RGB image slipping through to an offset press produces muddy, unpredictable color. A file without bleed forces the operator to choose between white edges and reprinting the entire job.

The gap between a file that looks ready on screen and a file that is ready for press is where most production failures occur. Designers work in creative tools optimized for screen display — Adobe InDesign, Illustrator, Figma — and the transition from screen to press introduces dozens of technical requirements that creative tools don't enforce automatically.

A print production checklist bridges that gap. It's a systematic, repeatable verification process that catches errors before they reach the press room, where corrections cost 10 to 100 times more than fixing them in prepress. Whether you're a designer preparing files for a commercial printer, a prepress operator validating incoming jobs, or a print buyer reviewing proofs, this checklist ensures nothing falls through the cracks.

This guide organizes 25 critical checkpoints into logical categories — file format, resolution, color, typography, bleed, trim and safety, transparency, images, marks, imposition, and proofing. Each item includes the technical requirement, why it matters, and how to verify it. For automated verification, pair this checklist with a proper PDF preflight workflow.

File Format Checks (Items 1-3)

The foundation of every print-ready file is the correct file format. Submitting the wrong format — or the wrong version of the right format — causes more prepress rejections than any other single issue.

1. Export as PDF/X (Not Standard PDF)

Standard PDF files can contain elements that are perfectly valid for screen display but catastrophic for print: RGB images, transparent layers, embedded video, JavaScript, and form fields. PDF/X is a constrained subset of PDF specifically designed for print production. It eliminates these risks by requiring all fonts to be embedded, all colors to be defined in appropriate color spaces, and all images to meet minimum resolution requirements.

The most commonly used PDF/X standards are:

  • PDF/X-1a (2001/2003): The most conservative standard. Requires all content to be CMYK or spot color — no RGB, no device-independent color. All fonts must be embedded. Transparency must be flattened. This is the safest choice for offset printing and is accepted by virtually every commercial printer worldwide.
  • PDF/X-3: Extends PDF/X-1a by allowing device-independent (Lab, ICC-based) color spaces. Suitable for workflows where ICC color management is fully implemented from design to press.
  • PDF/X-4: The modern standard. Supports live transparency, layers, and ICC-based color management. Requires a RIP (Raster Image Processor) that supports PDF 1.6+. Preferred for digital printing and modern offset workflows.

Verification: In Adobe Acrobat, open File > Properties and check the "PDF/X" field under Description. In InDesign, select File > Export > Adobe PDF (Print) and choose the appropriate PDF/X preset. If you're unsure which standard your printer requires, ask — or default to PDF/X-1a, which is universally accepted.

2. Correct PDF Version

PDF versions (1.3 through 2.0) determine which features are available. PDF/X-1a requires PDF 1.3 (no transparency support, hence the flattening requirement). PDF/X-4 requires PDF 1.6+. Submitting a PDF 1.7 file to a RIP that only supports PDF 1.4 can cause silent rendering failures.

Verification: Check the PDF version in Acrobat under File > Properties > Description. Confirm with your printer which PDF version their workflow supports.

3. No Security Restrictions

Password-protected or permission-restricted PDFs cannot be processed by prepress software, RIPs, or imposition tools. Remove all security restrictions before submitting files for production. Even "allow printing" restrictions can interfere with prepress workflows that need to modify the file (e.g., adding marks, imposing pages).

Verification: In Acrobat, check File > Properties > Security. The Security Method should read "No Security." If restrictions are present, re-export from the source application without security settings.

Resolution Checks (Items 4-5)

Resolution — measured in dots per inch (DPI) or pixels per inch (PPI) — determines the sharpness of raster images when printed. Screen displays typically render at 72-150 PPI, so an image can look perfectly crisp on a monitor while being hopelessly blurry in print.

4. All Images at 300 DPI Minimum

The industry standard for print-quality raster images is 300 DPI at final print size. This applies to photographs, scanned artwork, rasterized graphics, and any bitmap content. At 300 DPI, individual pixels are smaller than the eye can resolve at normal reading distance (~12 inches), producing smooth, sharp output.

Lower resolutions produce visible pixelation:

  • 300 DPI: Full print quality. Required for commercial offset and high-quality digital printing.
  • 200-250 DPI: Acceptable for large-format printing (posters, banners) viewed from a distance, and for newspaper printing.
  • 150 DPI: Marginal. May be acceptable for draft proofs or very large signage.
  • 72-96 DPI: Screen resolution only. Unusable for print. This is the most common resolution problem in incoming files, typically caused by placing images sourced from the web.

Verification: In Acrobat Pro, use Edit > Preflight > "List page objects, grouped by type" to see the effective resolution of every image. In InDesign, use the Links panel — the "Effective PPI" column shows the resolution at the placed size. Any image below 300 DPI at its placed size needs to be replaced with a higher-resolution version.

5. Check Effective Resolution (Not Just File Resolution)

A critically misunderstood concept: an image file may be 300 DPI at its native size, but if it's scaled up in the layout, its effective resolution drops proportionally. A 300 DPI image scaled to 200% in InDesign has an effective resolution of only 150 DPI — well below print quality.

The formula is simple: Effective DPI = Native DPI / (Scale Factor / 100). So a 300 DPI image at 150% scale has an effective DPI of 200. At 300% scale, it drops to 100 DPI.

Verification: Always check effective resolution, not source file resolution. InDesign's Links panel shows both "Actual PPI" (native) and "Effective PPI" (after scaling). In Acrobat's Preflight, the resolution values shown are already effective — they account for any scaling applied during the PDF export.

Color Checks (Items 6-9)

Color management is arguably the most technically complex area of print production. Getting it wrong produces muddy prints, unexpected color shifts, or costly reprints. These four checkpoints catch the most common color problems.

6. All Content in CMYK (or Spot Colors)

Commercial offset and most digital presses print with CMYK (Cyan, Magenta, Yellow, Black) process inks. If your file contains RGB (Red, Green, Blue) elements — the default color space for screens — they must be converted to CMYK before printing. RGB-to-CMYK conversion changes color values, and if the conversion happens at the RIP instead of in your controlled design environment, the results may be unpredictable.

Common sources of RGB content in print files:

  • Photographs edited in Photoshop (default workspace is often sRGB)
  • Graphics downloaded from the web (always RGB)
  • Vector artwork created in screen-oriented tools like Figma or Canva
  • Drop shadows, glows, and other effects generated by InDesign (these are often in the document's default color space)

Verification: In Acrobat Pro, use Edit > Preflight with the "List all color spaces" check. Any occurrence of "DeviceRGB," "ICCBased RGB," or "CalRGB" indicates unconverted content. In InDesign, use Edit > Preflight > [Custom profile] with "Color Spaces and Modes Not Allowed: RGB" enabled. For more details, see our color management guide.

7. Rich Black Uses Correct Formula

Pure black (0/0/0/100 CMYK) looks washed-out and slightly warm on large solid areas because the black ink alone doesn't achieve maximum density. Rich black adds CMY inks beneath the black to create a deeper, more neutral black. The recommended formula for most commercial printing is 60C/40M/40Y/100K (total ink coverage: 240%).

However, rich black should only be used for large areas of black (backgrounds, bold headlines). Body text and thin lines must remain 100K only — registering four ink layers on small type causes blurry, unreadable text due to slight press registration variations.

Verification: Use Acrobat's Output Preview (Tools > Print Production > Output Preview) to inspect ink values on large black areas. Check that body text is 100K only. Check that large black areas use a rich black formula with total ink coverage below your printer's maximum (typically 280-320%).

8. Total Ink Coverage Within Limits

Total Ink Coverage (TIC) — also called Total Area Coverage (TAC) — is the sum of CMYK percentages at any given point. A maximum value of 400% (100C+100M+100Y+100K) would flood the paper with ink, causing drying problems, offsetting, and paper distortion. Most printers specify a maximum TIC of 280-320% for coated stock and 260-280% for uncoated stock.

Verification: Acrobat's Output Preview includes a "Total Area Coverage" highlight. Set the limit to your printer's maximum (e.g., 300%) and any areas exceeding the limit will be highlighted in red/green. Fix by reducing CMY values under dark colors or using your printer's recommended CMYK profile for conversion.

9. Spot Colors Defined Correctly

If your job uses spot colors (Pantone, custom inks), every spot color must be consistently named throughout the file. A common error: "PANTONE 485 C" in one element and "PANTONE 485 U" in another — the printer's RIP will separate these as two different inks, doubling the number of plates needed. Also verify that spot colors that should convert to process are actually converted, and those that should remain as spot inks are preserved.

Verification: In Acrobat, use Tools > Print Production > Output Preview to see all separations. The list should show exactly the number of inks you expect (4 for process, plus each spot color). Any unexpected entries indicate duplicate or unconverted spot colors.

Typography Checks (Items 10-12)

Font problems are among the most disruptive prepress failures. A missing font causes text to reflow, substituted fonts change the look of the entire document, and unembedded fonts may render as blank rectangles on some RIPs.

10. All Fonts Embedded (or Subsetted)

When you export a PDF, the font data used to render text should be embedded within the file. If fonts aren't embedded, the viewing or printing system must supply them — and if the exact font isn't available, the system substitutes a different font, changing line breaks, spacing, and overall appearance. On a RIP, unembedded fonts may cause a fatal processing error.

Full embedding includes the complete font file. Subsetting includes only the glyphs (characters) actually used in the document, reducing file size. Both are acceptable for print; subsetting is preferred for most workflows. PDF/X standards require all fonts to be embedded or subsetted.

Verification: In Acrobat, open File > Properties > Fonts. Every font listed should show "(Embedded Subset)" or "(Embedded)." If any font shows neither — or worse, shows "Not Embedded" — the file needs to be re-exported with font embedding enabled.

11. No Missing or Substituted Fonts

Beyond embedding, verify that no fonts are missing from the source document before PDF export. In InDesign, the Preflight panel flags missing fonts with a red indicator. Missing fonts are automatically substituted during PDF export, and the substitution is often imperfect — different character widths cause text reflow, line breaks shift, and text may overflow or underflow text frames.

Verification: Open the source file (InDesign, Illustrator, etc.) on the same machine used for export and check for font warnings. In InDesign: Type > Find/Replace Font shows all fonts used and their status. Resolve any missing fonts before exporting to PDF.

12. Minimum Type Size for Print

Very small type — below about 6 points for serif fonts or 5 points for sans-serif fonts — becomes illegible in print, especially on uncoated paper. Small text in process color (CMYK) is particularly problematic because slight registration errors cause visible color fringing. Fine serif strokes can break up or disappear entirely at small sizes.

Best practice: Body text should be 8 points or larger. Footnotes, legal text, and captions should be 6 points or larger. Any text below 6 points should be 100K (black only) — never process color — and preferably a sans-serif face with even stroke width. Reversed-out text (white on dark background) should be at least 7 points with a bold or medium weight.

Verification: Visual inspection of the final PDF at 100% zoom. Use Acrobat's Preflight to flag text below a minimum size threshold in your custom preflight profile.

Bleed, Trim, and Safety Checks (Items 13-16)

Bleed, trim, and safety zones are the three concentric boundaries that define where content can — and cannot — safely live in a print file. Getting these wrong produces white edges, cut-off text, or both.

13. Bleed Extends 3mm (0.125") Beyond Trim on All Edges

Bleed is the extra area beyond the trim line where ink must extend so that, after cutting, there are no unintended white edges. Without bleed, even a 0.5mm cutting error (well within normal tolerances for guillotine cutters) produces a visible white strip.

The industry standard is 3mm (0.125 inches / 9 points) on all four edges. Some printers require more for certain products — large-format pieces may need 5-10mm, and hardcover book wraps may need 15mm or more for the board turn-in.

Verification: In Acrobat, enable View > Show/Hide > Navigation Panes > Page Boxes to see the TrimBox and BleedBox. The BleedBox should extend beyond the TrimBox by the specified amount on all edges. Visually, any background color, image, or graphic that touches the trim edge should extend fully into the bleed area. For practical guidance on setting up bleeds, check our print-ready PDF guide.

14. Bleed Applied to All Edges (Not Just Sides)

A surprisingly common error: bleed is applied to the left and right edges but not the top and bottom (or vice versa). This happens when the designer manually extends backgrounds rather than using the layout application's bleed settings. Every edge that will be trimmed needs bleed — including the top, bottom, and spine edge of saddle-stitched booklets.

Verification: Inspect all four edges of every page in the final PDF. Any design element that meets or crosses the trim line must extend into the bleed area on that edge. Pay special attention to full-bleed images and colored backgrounds.

15. Text and Critical Content Inside the Safety Zone

The safety zone (also called safe area, live area, or quiet zone) is a margin inside the trim line where all important content must remain. The standard safety margin is 3mm (0.125 inches) from the trim edge — the same distance as the bleed, but inward.

Cutting equipment has mechanical tolerances, and a stack of sheets can shift slightly during trimming. Content that's too close to the trim line risks being partially or fully cut off. This is especially important for text, logos, page numbers, and any element where partial loss would be unacceptable.

Verification: In Acrobat, set up guides at 3mm inside the TrimBox on all four edges. Inspect every page to confirm that no text, logos, or important graphics cross these guides. In InDesign, the "Margin" setting defines the safety zone — ensure it's set to at least 3mm and that no content extends into the margin area.

16. Correct Trim Size Set in the PDF

The PDF's TrimBox defines the final trimmed size of the page. It must match your intended trim size exactly. A common error: the PDF's page size equals the trim size (no bleed area present), or the TrimBox equals the MediaBox (bleed is present but the trim location isn't defined). Without a correct TrimBox, the printer must guess where to trim — and guessing leads to errors.

Verification: In Acrobat, go to Tools > Print Production > Set Page Boxes. The TrimBox should show your intended trim dimensions (e.g., 210mm x 297mm for A4). The MediaBox should be larger (trim + bleed on each side). If TrimBox and MediaBox are identical, the file lacks bleed or the TrimBox needs to be reset.

Transparency and Overprint Checks (Items 17-18)

Transparency and overprint are two related but distinct concepts that cause some of the most confusing and expensive production failures in print.

17. Transparency Flattened for PDF/X-1a (or Preserved for PDF/X-4)

Transparency — drop shadows, feathered edges, opacity changes, blending modes — is a core feature of modern design software. But not all print workflows handle it the same way:

  • PDF/X-1a workflows: Transparency must be flattened before output. Flattening converts transparent interactions into opaque artwork — vector areas become rasterized where they interact with transparent elements. This is safe and universally supported, but it increases file size and can introduce artifacts at the flattening boundaries if not done at sufficient resolution.
  • PDF/X-4 workflows: Transparency is preserved (live transparency). The RIP handles the flattening at output time, producing cleaner results — but the RIP must support PDF 1.6+ transparency. Most modern RIPs do, but confirm with your printer.

The danger zone is sending live transparency to a workflow that expects flattened content. The RIP may crash, produce unexpected results, or silently drop transparent elements.

Verification: In Acrobat, use Edit > Preflight > "Report transparency" to identify all transparent elements. For PDF/X-1a, confirm that no live transparency exists (all should be flattened). For PDF/X-4, confirm that your printer's RIP supports live transparency. In InDesign, the Flattener Preview panel (Window > Output > Flattener Preview) shows exactly which areas will be affected by flattening.

18. Overprint Settings Verified

Overprint causes one ink to print on top of another instead of knocking out (removing the ink beneath). Black text is typically set to overprint by default — and should be, because it prevents white halos caused by slight registration errors. But overprint on colored objects or white objects produces unexpected results: a yellow rectangle set to overprint on a cyan background produces green; a white object set to overprint becomes invisible (white ink printing on top of color produces nothing).

Verification: In Acrobat, enable View > Overprint Preview to see the file as it will actually print, with overprint interactions visible. Any elements that appear differently with Overprint Preview enabled have overprint issues. Pay special attention to white objects (which should never overprint) and colored backgrounds.

Image and Linked Asset Checks (Items 19-20)

Beyond resolution and color space (covered above), images have additional technical requirements for print production.

19. All Images Properly Linked (No Missing Links)

Layout applications like InDesign link to external image files rather than embedding them directly. If an image file is moved, renamed, or deleted after being placed in the layout, the link breaks — and the PDF export may use a low-resolution preview instead of the full-resolution original, or fail entirely.

Verification: In InDesign, open the Links panel (Window > Links). All links should show a normal link icon — not the "missing link" triangle or "modified link" warning. Re-link any broken links before exporting. After PDF export, visually inspect images for quality — low-resolution substitutions are often obvious at 100% zoom.

20. Images in CMYK Color Space (Not RGB)

This overlaps with item 6, but it's worth emphasizing for images specifically. Photographs are the most common source of RGB content in print files. Every photograph in your layout should be converted to CMYK using an appropriate ICC profile before placing it in the layout or exporting to PDF.

Converting in Photoshop with the correct CMYK profile (e.g., FOGRA39 for European ISO coated, GRACoL 2006 for North American coated) gives you control over the conversion. If conversion happens at the RIP, it uses whatever profile the printer has configured — which may not be what you intended, and you'll have no opportunity to adjust colors that shift during conversion.

Verification: In Photoshop, check Image > Mode — it should show CMYK Color. In InDesign's Links panel, the Color Space column shows each linked image's color space. In the final PDF, use Acrobat's Preflight or Output Preview to confirm no RGB images remain.

Marks and Imposition Checks (Items 21-23)

Printer marks and imposition are the final production steps that transform a designed page into a file ready for the press operator and finishing department.

21. Crop Marks, Registration Marks, and Color Bars Present

Crop marks (also called trim marks) are short lines at the corners of the page that indicate where the sheet should be cut. They're essential for any page with bleed — without them, the operator must guess the trim position. Registration marks (small crosshair targets) are used to align color separations on a multi-color press. Color bars are strips of color patches used to measure ink density and ensure consistent color across the press run.

For digital printing, crop marks are usually sufficient. For commercial offset, all three types of marks should be present. Marks must be positioned outside the bleed area — never inside the trim or bleed zones where they would appear on the finished product.

Verification: Inspect the final imposed PDF. Crop marks should appear at all four corners, exactly at the trim line intersections. Registration marks should appear outside the bleed area. Color bars should be positioned along one or more edges, well outside the trim. PDF Press adds these marks automatically during the imposition step, positioned correctly relative to your page content and trim lines.

22. Imposition Layout Correct and Verified

If your job requires imposition — booklets, n-up layouts, cut-and-stack, gang runs — the imposed layout must be verified before press. Imposition errors are among the most expensive failures because they affect every page on every sheet. A wrong page position, incorrect rotation, or missing page renders the entire press run useless.

Key imposition verification points:

  • Page order: For booklets, verify that folding a printed sheet produces the correct page sequence. For n-up, verify that the page positions match the cutting plan.
  • Page rotation: Pages must be oriented correctly for the intended fold and binding. A 180-degree error on a duplex sheet produces upside-down backs.
  • Creep compensation: For saddle-stitched booklets, verify that inner pages are shifted inward to compensate for creep (the outward push of inner sheets when nested).
  • Margins and gutters: Verify that page spacing accounts for any fold, binding, or cutting tolerances.

Verification: Use PDF Press for real-time imposition preview — you can verify page order, rotation, and positioning visually before downloading the imposed PDF. The WASM-based preview renders the actual output, not a schematic approximation. For additional imposition context, read our guide on what PDF imposition is and why it matters.

23. Page Count Correct for Binding Method

Different binding methods require specific page counts:

  • Saddle stitch: Page count must be a multiple of 4 (since each sheet produces 4 pages when folded). If your document has 22 pages, you need 2 blank pages added to reach 24.
  • Perfect binding: Page count should be a multiple of the signature size (typically 8, 16, or 32 pages). A 100-page book with 16-page signatures needs 12 blank pages to reach 112 (7 signatures).
  • Wire-O / coil binding: No page count restrictions — each sheet is independent.

Verification: Count the pages in your final PDF. For booklets, divide by 4. For perfect binding, divide by your signature size. If there's a remainder, add blank pages before imposing. PDF Press handles this automatically — it pads booklet and signature layouts with blank pages when the page count doesn't divide evenly.

Proofing Checks (Items 24-25)

Proofing is the final quality gate before press. A file that passes every technical check can still look wrong — colors may not match expectations, images may be too dark, or layout elements may have shifted during PDF export. Proofing catches these visual and perceptual issues that automated checks cannot detect.

24. Soft Proof with Correct ICC Profile

A soft proof is an on-screen simulation of how the file will look when printed. It uses the printer's ICC profile (a mathematical description of the printer and paper combination's color behavior) to convert colors from the file's color space into the actual gamut of the output device.

To soft proof effectively:

  • Obtain the correct ICC profile from your printer (e.g., FOGRA39 for ISO coated, GRACoL for US web coated)
  • Calibrate your monitor — an uncalibrated display makes soft proofing meaningless
  • In Acrobat: Edit > Preferences > Color Management > set the CMYK working space to the printer's profile
  • In Photoshop: View > Proof Setup > Custom > select the printer profile, enable "Simulate Paper Color"
  • Review the proof for color accuracy, paying special attention to brand colors, skin tones, and neutral grays — these are where color shifts are most noticeable

25. Hard Proof Reviewed and Signed Off

A hard proof (also called a contract proof, color proof, or proof print) is a physical print made on a calibrated proofing device that accurately simulates the final output. This is the gold standard for color verification — no screen can fully replicate the appearance of ink on paper.

Hard proofs are essential for:

  • Jobs where color accuracy is critical (brand colors, product photography, packaging)
  • First-time jobs with a new printer or on unfamiliar paper stock
  • High-value runs where a reprint would be extremely costly
  • Jobs requiring client sign-off before press

The hard proof should be produced from the final imposed PDF — the same file that will be sent to press. This ensures that any changes introduced during imposition (page positioning, marks, creep compensation) are visible on the proof. The approved proof travels to the press room and serves as the color target for the press operator.

Verification: Compare the hard proof against the soft proof and the original design intent. Check color accuracy, text clarity, image quality, bleed extension, and trim mark positions. Once approved, sign and date the proof — this becomes the contractual color reference for the press run.

The Complete 25-Point Checklist (Quick Reference)

Here is the full checklist condensed for quick reference. Use this as a final pass before sending any file to press.

File Format (1-3)

  1. Exported as PDF/X (PDF/X-1a, PDF/X-3, or PDF/X-4)
  2. Correct PDF version for the printer's workflow
  3. No security restrictions or password protection

Resolution (4-5)

  1. All raster images at 300 DPI minimum (at placed size)
  2. Effective resolution checked — no images scaled above 100% without sufficient native resolution

Color (6-9)

  1. All content in CMYK or designated spot colors — no RGB
  2. Rich black (60/40/40/100) used correctly — only on large areas
  3. Total ink coverage within printer's specified limits (typically 280-320%)
  4. Spot colors named consistently — no duplicates or unintended conversions

Typography (10-12)

  1. All fonts embedded or subsetted
  2. No missing or substituted fonts
  3. Minimum type size respected (6pt+ for print; 8pt+ recommended for body text)

Bleed, Trim, and Safety (13-16)

  1. Bleed extends 3mm (0.125") beyond trim on all edges
  2. Bleed applied uniformly to all four edges (including top and bottom)
  3. Text and critical content inside the safety zone (3mm from trim)
  4. Correct TrimBox defined in the PDF (trim size ≠ media size)

Transparency and Overprint (17-18)

  1. Transparency flattened for PDF/X-1a — or preserved for PDF/X-4 with confirmed RIP support
  2. Overprint settings verified — no white-on-overprint or unintentional color mixing

Images (19-20)

  1. All images properly linked — no broken or missing links
  2. All images in CMYK color space — converted with appropriate ICC profile

Marks and Imposition (21-23)

  1. Crop marks, registration marks, and color bars present and positioned outside bleed
  2. Imposition layout verified — page order, rotation, creep compensation correct
  3. Page count correct for binding method (multiple of 4 for saddle stitch, signature multiple for perfect binding)

Proofing (24-25)

  1. Soft proof reviewed with correct ICC profile on calibrated monitor
  2. Hard proof reviewed, signed, and approved as contract color reference

Common Mistakes and How to Avoid Them

After processing thousands of print files, certain mistakes appear again and again. Here are the top offenders and their solutions:

1. "It looks fine on screen" syndrome. Designers approve files based on how they look on an uncalibrated monitor at 72 DPI. The file reaches the press and reveals 150-DPI images, RGB colors, and no bleed. Solution: Always check the file technically (preflight), not just visually. Use automated preflight to catch technical issues that aren't visible on screen.

2. Bleed on three sides, not four. The design bleeds off the left, right, and bottom edges, but the designer forgot to extend the background above the top edge. After trimming, there's a 1mm white strip along the top. Solution: Set up bleed in your layout application's Document Setup (not manually), and extend every edge-touching element into the bleed area. Use a preflight rule to flag pages where bleed is missing.

3. RGB images in a CMYK document. The layout is in CMYK, but the placed images are RGB. InDesign doesn't convert images during PDF export by default — they pass through in their original color space. Solution: Convert images to CMYK in Photoshop before placing them. Or enable "Convert to Destination" in InDesign's PDF export settings (under Output > Color Conversion).

4. Text too close to the trim edge. A phone number sits 1mm from the bottom trim. The guillotine shifts 0.5mm on one cut, and the number is visibly clipped. Solution: Enforce a 3mm minimum safety margin. In InDesign, set margins to 3mm and use them as content boundaries, not just visual guides.

5. Wrong page count for saddle stitch. A 22-page document is sent for saddle-stitch booklet printing. 22 is not divisible by 4. The printer adds 2 blank pages without consulting the designer, placing them where they make the least sense. Solution: Plan page counts around the binding method from the start. For saddle stitch: 8, 12, 16, 20, 24, 28, 32 pages. Add intentional blank pages or additional content to fill to the next multiple of 4.

6. Forgetting to flatten transparency for PDF/X-1a. A file with drop shadows is exported as PDF/X-1a, but the export settings don't flatten transparency correctly. The shadows print as solid boxes. Solution: Use the correct PDF/X-1a export preset in InDesign, which automatically handles transparency flattening. Or switch to PDF/X-4 if your printer's RIP supports live transparency.

7. Spot color name mismatch. "PANTONE 185 C" in the logo and "PANTONE 185 CVC" in the color swatch produce two different separations. The job needs 6 plates instead of 5, and the printer catches it — if you're lucky. Solution: Standardize spot color names across all assets before placing them in the layout. Use Acrobat's Output Preview to verify the exact number of separations.

Automating Your Prepress Checklist

Manually checking 25 items on every file is tedious and error-prone — exactly the kind of repetitive work that benefits most from automation. Modern prepress workflows automate the majority of these checks through preflight profiles, hot folders, and automated imposition.

Preflight profiles encode your checklist items as machine-readable rules. Adobe Acrobat Pro, Enfocus PitStop, and Markzware FlightCheck all support custom preflight profiles that can check resolution, color spaces, font embedding, bleed, transparency, overprint, and more — all in one pass. A well-configured profile checks items 1-20 of this list automatically. See our PDF preflight guide for step-by-step profile setup instructions.

Hot folders (also called watched folders) monitor a directory for incoming files and automatically run preflight checks, generating a pass/fail report. This is how high-volume print operations process hundreds of files per day without individual manual inspection. Enfocus Switch, Esko Automation Engine, and Callas pdfToolbox all support hot-folder-driven preflight workflows.

Automated imposition handles items 21-23. Instead of manually laying out pages on press sheets, tools like PDF Press calculate the optimal imposition layout automatically — adding crop marks, registration marks, and color bars; positioning pages with correct rotation and page order; applying creep compensation; and padding page counts to match the binding method. The entire imposition step takes seconds, with real-time visual preview to catch errors before output.

A practical automated workflow:

  1. Designer exports PDF from InDesign using a PDF/X preset
  2. File is dropped into a hot folder with a preflight profile (checks items 1-20)
  3. Preflight report is generated — pass or fail with specific issue details
  4. Passed files are opened in PDF Press for imposition (items 21-23)
  5. Imposed PDF is soft-proofed and, for critical jobs, hard-proofed (items 24-25)
  6. Approved file is sent to the RIP and press

This workflow catches the vast majority of production errors before they cost money. The manual effort is limited to proofing (items 24-25), which inherently requires human judgment — color perception, aesthetic evaluation, and client approval cannot be fully automated.

Try it yourself

PDF Press runs entirely in your browser. Upload a PDF, pick a tool, and download the result — fast and private.

Open PDF Press

Frequently Asked Questions

Ready to try professional PDF imposition?

PDF Press is a browser-based imposition tool with 22 professional tools. No installation required.

Open PDF Press