PDF Preflight Checker: Analyze DPI, Fonts, and Color Spaces Before Print
Use a browser-based PDF preflight checker to analyze image DPI, detect embedded fonts, and inspect color spaces. No uploads required — everything runs client-side for instant print-readiness verification.
What Is a PDF Preflight Checker and Why Do You Need One?
A PDF preflight checker is a diagnostic tool that scans a PDF file and reports on the technical characteristics that determine whether the document is suitable for professional printing. It examines image resolution, font embedding status, color space usage, page geometry, and structural metadata — the same factors that a commercial print shop would evaluate before committing your file to a press run costing hundreds or thousands of dollars.
The term "preflight" comes from aviation: pilots run through a checklist before every flight to catch problems on the ground rather than in the air. In prepress, the principle is identical. Discovering a 72 DPI hero image or a missing font after 5,000 sheets have been printed is an expensive lesson that no designer needs to learn twice.
Traditional preflight tools — Adobe Acrobat Pro's built-in Preflight panel, Enfocus PitStop, Markzware FlightCheck — are powerful but expensive, desktop-only, and often intimidating for designers who just need a quick sanity check. That gap is exactly what a browser-based pdf preflight checker fills. PDF Press includes a built-in PDF Info and Preflight panel that analyzes your file the moment you load it, entirely client-side, with no file uploads and no server processing. You get instant feedback on DPI, fonts, and color spaces before you even begin your imposition layout.
How DPI Analysis Works: Understanding Image Resolution in PDFs
When a designer asks "is my PDF high enough resolution?", they are really asking about the effective DPI of every raster image embedded in the document. This is not the same as the number stored in the image's EXIF metadata. Effective DPI is calculated by comparing the image's native pixel dimensions against the physical space it occupies on the PDF page.
Consider a photograph that is 3000 x 2400 pixels. If placed at 10 x 8 inches in the layout, the effective resolution is 300 DPI — perfect for commercial print. But if the designer scales it up to 20 x 16 inches, the effective resolution drops to 150 DPI, which will produce visible softness and pixel artifacts on a commercial press, especially in areas with fine detail or text.
A proper pdf dpi checker inspects every image object in the PDF's content stream and performs this calculation automatically. It extracts the image's pixel width and height from the XObject dictionary, then reads the Current Transformation Matrix (CTM) to determine how many points of page space the image occupies. Dividing pixels by inches gives the effective DPI for both horizontal and vertical axes.
In PDF Press, this analysis happens instantly via pdfjs running in your browser. Every image in your PDF receives a color-coded DPI badge: green for 300 DPI or higher (print-safe), yellow for 150-299 DPI (acceptable for some applications), and red for below 150 DPI (likely to produce visible quality loss). This traffic-light system lets you spot problems at a glance without reading a dense preflight report.
For a deeper exploration of resolution requirements across different print products, see our print resolution and DPI guide.
Font Embedding Detection: Subset, Full, and Missing
Font issues are the second most common cause of print failures, right behind resolution problems. A PDF can reference fonts in three ways, and each has different implications for print reliability:
- Fully embedded: The entire font program is included in the PDF. This is the safest option. The file will render identically on any system, regardless of what fonts are installed. The trade-off is a larger file size.
- Subset embedded: Only the specific glyphs (characters) used in the document are included. This keeps the file size small while still ensuring correct rendering. However, if a print operator needs to make a last-minute text correction, the missing glyphs may not be available.
- Not embedded (referenced): The PDF contains only the font name and expects the viewing system to provide the font. If the system does not have the font — which is almost always the case at a print shop — the PDF viewer substitutes a fallback font. This changes letter spacing, word wrapping, and can completely destroy a carefully designed layout.
A thorough pdf font checker examines the font descriptors in each page's resource dictionary and reports the embedding status of every font used. It also identifies the font type (TrueType, OpenType/CFF, Type 1) and flags any fonts with licensing restrictions that prevent embedding.
When you load a PDF into PDF Press's preflight panel, the font analysis runs automatically. You see a clear list of every font in the document with its embedding status. If any font shows as "not embedded," you know immediately that you need to go back to your design application and re-export with font embedding enabled — before you waste time setting up your imposition layout.
Color Space Inspection: CMYK, RGB, Spot Colors, and ICC Profiles
Color space mismatches are the third pillar of preflight failures. A document destined for offset printing should typically be in CMYK. A file going to a wide-format inkjet might accept RGB. A packaging job might require specific Pantone spot colors. Sending the wrong color space to the wrong output device produces unpredictable color shifts that no amount of post-processing can reliably fix.
A pdf color space analyzer inspects every object in the PDF — text, vector graphics, and images — and reports which color spaces are in use. The most common spaces encountered in print PDFs are:
- DeviceCMYK: Direct CMYK values without an ICC profile. Common in older workflows.
- DeviceRGB: Direct RGB values. Almost always a problem in print files unless the output is a desktop printer or screen-only display.
- ICCBased: Color values with an attached ICC profile (e.g., FOGRA39, GRACoL2013). This is the modern best practice because it preserves the designer's color intent through the conversion pipeline.
- Separation / DeviceN: Spot color channels, typically Pantone inks. These indicate that the file expects additional press plates beyond CMYK.
- CalGray / CalRGB: Calibrated grayscale or RGB. Occasionally seen in academic or archival PDFs.
PDF Press's preflight panel detects and reports all color spaces found in your PDF. If you see DeviceRGB in a file that should be CMYK-only, you know to fix it before proceeding. For a comprehensive overview of how color spaces affect print output, read our color management for print article.
Page Geometry and PDF Metadata: The Hidden Details That Matter
Beyond images, fonts, and colors, a pdf quality check must also examine the structural metadata of the document. These are the invisible attributes that tell downstream software — RIPs, pdfpresss, cutters — how to interpret and process the file.
The key geometry attributes are:
- MediaBox: The full physical extent of the page, including any printer marks and bleed areas.
- TrimBox: The intended final size of the page after trimming. This is the most important box for imposition, because it defines where the cutter will cut.
- BleedBox: The area extending beyond the TrimBox where ink should extend to prevent white edges after cutting.
- CropBox: The region of the page that should be displayed or printed by default. Often identical to MediaBox or TrimBox.
A file without a properly defined TrimBox forces the print operator to guess where the cut should be — a recipe for misaligned output. Similarly, missing or incorrect BleedBox definitions mean that bleed elements may not extend far enough, resulting in white slivers at the edges of trimmed pages.
PDF Press's preflight panel reports page dimensions, page count, and PDF version for every loaded file. This information appears automatically in the info panel, giving you confidence that the document geometry is correct before you begin arranging pages on a press sheet. When the TrimBox and BleedBox are correctly defined, PDF Press can use them to place pages with pixel-perfect accuracy during imposition.
Why Client-Side Processing Matters for Privacy and Speed
Most online pdf preflight online free tools require you to upload your file to a remote server. This raises two serious concerns: privacy and speed.
Print files frequently contain confidential content — unreleased product designs, legal contracts, financial reports, medical records, exam papers. Uploading these to a third-party server introduces a data exposure risk that many organizations cannot accept. Even with encryption and deletion guarantees, the file leaves your control the moment it crosses the network.
Speed is the other factor. A 200 MB PDF with high-resolution images can take minutes to upload on a typical connection, followed by server-side processing time, followed by downloading the results. The round-trip latency makes iterative checking — fix an issue, re-export, re-check — frustratingly slow.
PDF Press eliminates both problems. The entire preflight analysis runs in your browser using pdfjs and the application's WASM engine. Your file never leaves your machine. There is no upload, no server, no waiting. You drag a PDF onto the page and the DPI badges, font list, and color space report appear within seconds, even for large documents. This makes it practical to check files repeatedly as you iterate on your design, rather than treating preflight as a single gate at the end of production.
Interpreting DPI Badges: Green, Yellow, and Red Explained
The color-coded DPI badge system in PDF Press's preflight panel is designed to give you an instant risk assessment for every image in your PDF. Here is what each color means in practice:
Green (300+ DPI): Print-Safe
Images at 300 DPI or higher will produce sharp, detailed output on commercial offset and digital presses. This is the standard benchmark for business cards, brochures, magazines, and any handheld printed product where the viewer is typically 10-18 inches from the page. If all your images show green badges, your file is resolution-safe for virtually any print application.
Yellow (150-299 DPI): Conditional
Images in this range may be acceptable depending on the output type. A 200 DPI image in a newspaper or a large-format poster viewed from several feet away will look fine. But the same image on a glossy brochure held at arm's length will show noticeable softness, especially in areas with fine text, thin lines, or high-contrast edges. Yellow is a warning: evaluate the specific use case before proceeding.
Red (Below 150 DPI): Likely Problem
Images below 150 DPI will almost certainly produce visible pixelation on any commercial print product. At this resolution, individual pixels can be seen by the naked eye at normal reading distance. Red badges demand attention — you need to either source a higher-resolution original, reduce the image's physical size in the layout, or accept that the output will not meet professional quality standards.
This three-tier system aligns with the practical experience of print professionals. For the full technical background on resolution requirements across different print types, see our print resolution and DPI guide.
The Five Most Common Preflight Problems and How to Fix Them
After analyzing thousands of PDFs, certain problems appear far more frequently than others. Here are the five issues that a pdf preflight checker catches most often, along with their fixes:
1. Low-Resolution Images
The most common problem by a wide margin. It usually happens when a designer downloads an image from the web (72-96 DPI) and places it at full size in a print layout. The fix is to source the original high-resolution file, purchase a stock image at the correct size, or scale the image down until its effective DPI reaches at least 300.
2. Missing or Non-Embedded Fonts
This typically occurs when a PDF is exported from a system that has font-embedding restrictions, or when a "print to PDF" driver is used instead of a proper PDF export. The fix is to re-export from the design application with "Embed All Fonts" or "Subset Fonts" enabled. Alternatively, convert all text to outlines — though this sacrifices editability and searchability.
3. RGB Images in a CMYK Workflow
Designers working in Photoshop or Illustrator sometimes forget to convert their images to CMYK before placing them. The fix is to convert all images to the target CMYK profile (typically FOGRA39 for European printing or GRACoL2013 for North America) before re-exporting the PDF.
4. Missing Bleed
When a design has elements that extend to the page edge but the PDF has no bleed allowance, the trimming process can leave thin white lines at the edges. The fix is to extend background elements at least 3mm (0.125 inches) beyond the TrimBox and re-export with the correct bleed settings. See our print-ready PDF guide for step-by-step instructions.
5. Incorrect Page Size
A surprisingly frequent issue: the designer works at the wrong page size. An A4 document that should be US Letter, or a 5x7 card that was accidentally set up as 7x5. The preflight panel's page dimension report catches this instantly, saving a potentially costly error downstream.
Preflight Before Imposition: The Correct Workflow Order
A common mistake in print production is performing preflight after imposition rather than before. This creates two problems. First, the imposed file is much larger and more complex, making preflight slower and harder to interpret. Second, if preflight reveals an issue, you have to fix the source file and re-impose — doubling the work.
The correct workflow order is:
- Design: Create your pages in InDesign, Illustrator, Canva, or any design tool.
- Export: Generate a PDF with fonts embedded, images at full resolution, and correct color profile.
- Preflight: Load the PDF into a pdf preflight checker and verify DPI, fonts, color spaces, and page geometry.
- Fix: If the preflight report shows any issues, go back to step 2, fix the source, and re-export.
- Impose: Once the source PDF passes preflight, use PDF Press to arrange pages for the press sheet — booklets, n-up layouts, gang runs, or any other configuration.
- Output: Download the imposed PDF and send it to the print shop.
Because PDF Press combines both preflight and imposition in a single browser-based tool, steps 3 through 5 happen in one place. You load your file, the preflight panel shows you the analysis, and if everything looks good, you proceed directly to layout — no switching between applications, no re-uploading files.
Advanced Preflight Checks: Transparency, Overprint, and PDF/X Compliance
Beyond the core trio of DPI, fonts, and color spaces, professional prepress workflows involve additional checks that become important for high-value or high-volume print runs:
Transparency: Drop shadows, feathered edges, and opacity effects in a PDF can cause unexpected results on older RIPs that do not support live transparency. PDF/X-1a requires all transparency to be flattened, while PDF/X-4 allows it. Knowing which standard your printer expects determines whether transparency in your file is acceptable or a problem.
Overprint: When two colored objects overlap, overprint settings control whether the bottom object is "knocked out" (default) or printed beneath the top object. Accidental overprint on white objects causes them to disappear entirely, because "white" in print means "no ink." This is one of the most insidious bugs in prepress because overprint effects are invisible in most PDF viewers unless you explicitly enable overprint preview mode.
Total Ink Coverage (TIC): Also called Total Area Coverage (TAC), this is the sum of CMYK percentages at any given point. Most coated papers handle a maximum of 300-320% total ink. Exceeding this causes ink to not dry properly, leading to smearing, offsetting, and picking. Deep shadows are the usual culprit — a naive CMYK black composed of 100C + 100M + 100Y + 100K yields 400% TIC, far above any paper's tolerance.
Hairlines: Strokes thinner than 0.25 points can disappear on press or print inconsistently. A thorough preflight flags any strokes below this threshold.
For a comprehensive overview of PDF/X compliance standards and how they relate to these checks, see our PDF preflight guide.
Comparing Preflight Tools: Desktop Software vs. Browser-Based Checkers
The preflight tool landscape ranges from free browser utilities to enterprise-grade server solutions. Understanding the trade-offs helps you choose the right tool for your workflow:
Desktop Software (Acrobat Pro, PitStop, FlightCheck)
These are the gold standard for deep, configurable preflight. Acrobat Pro alone ships with hundreds of preflight profiles and can automatically fix many issues (convert RGB to CMYK, embed fonts, flatten transparency). PitStop adds programmable action lists for batch processing. The downside is cost ($200-600+ per seat), platform dependency, and a steep learning curve.
Server/Cloud Solutions (Enfocus Switch, Callas pdfToolbox Server)
Designed for high-volume print shops that process thousands of files per day. These run automated preflight on incoming files via hot folders or API integrations. Powerful but overkill for individual designers or small shops.
Browser-Based Checkers (PDF Press, online validators)
The newest category. These tools run in the browser, require no installation, and provide instant results. PDF Press is notable because it combines preflight with imposition in a single tool, and all processing happens client-side — your files never leave your computer. The trade-off is that browser-based tools typically focus on the most impactful checks (DPI, fonts, color spaces) rather than the hundreds of niche checks available in Acrobat Pro.
For most designers and small print shops, a browser-based pdf preflight online free tool handles 90% of the checks that matter. The remaining 10% — total ink coverage calculations, PDF/X conformance validation, automated fixes — are where desktop software earns its price tag.
The Quick Preflight Checklist: 10 Things to Verify Before Sending to Print
Use this checklist every time you prepare a file for professional printing. A single pass through these ten items catches the vast majority of prepress issues:
- Image resolution: All images at 300+ DPI effective resolution (check DPI badges — all should be green).
- Font embedding: All fonts fully embedded or subset embedded. Zero "not embedded" entries.
- Color space: All objects in the correct color space for the output device (typically CMYK for offset, RGB for wide-format inkjet).
- Page dimensions: Page size matches the intended trim size exactly.
- Bleed: At least 3mm (0.125") of bleed on all sides where the design extends to the edge.
- Safety margin: Critical text and logos at least 5mm inside the trim line.
- Spot colors: Only present if the job actually uses spot inks. Otherwise, convert to CMYK process equivalents.
- Transparency: Flattened if targeting PDF/X-1a; live if targeting PDF/X-4 with a compatible RIP.
- Overprint: No accidental overprint on white or light-colored objects.
- PDF version: Compatible with the print shop's workflow (PDF 1.4 for X-1a, PDF 1.6+ for X-4).
Loading your file into PDF Press covers items 1 through 4 and item 7 automatically. The preflight panel reports DPI badges, font embedding status, color spaces, page dimensions, and page count the instant your file loads. The remaining items require either visual inspection or specialized desktop tools, but having the first five checks done in seconds significantly accelerates the overall preflight process.
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 Press22 Professional Imposition Tools
Every tool runs locally in your browser — fast, private, and professional-grade.
Frequently Asked Questions
Related Articles
Ready to try professional PDF imposition?
PDF Press is a browser-based imposition tool with 22 professional tools. No installation required.
Open PDF Press