Common EPS File Problems and How to Fix Them
EPS is a robust but aging format, and that shows up as a handful of recurring headaches. Here are the problems people hit most often, why they happen, and how to fix each one — from simple viewer issues to font and colour problems.
1. The EPS won't open at all
Why it happens: Windows and Mac have no built-in EPS viewer. Double-clicking an EPS file usually does nothing, or opens it in the wrong application (like a text editor showing raw PostScript code).
How to fix it:
- Use the free online EPS Viewer — drag and drop the file and it renders instantly.
- Install Inkscape (free) and open the file from within the application.
- If you have Adobe Illustrator or Photoshop, use File → Open from within the application.
See our full guide on how to open EPS files for every method.
2. The preview is blurry or pixelated
Why it happens: Most EPS files include a low-resolution thumbnail image (usually a TIFF at 72 DPI) that applications show as a quick preview. What you're seeing is this thumbnail — not the actual vector artwork.
How to fix it:
- Open the file in a tool that renders the actual PostScript, not just the preview thumbnail — Inkscape, Illustrator, or the online EPS Viewer all do this correctly.
- If you need a high-resolution PNG, export from Inkscape at 300 DPI for print or 96 DPI for screen.
- If the blurriness persists even after proper rendering, the EPS may actually contain embedded raster images (photos) at low resolution — in that case the original artwork needs to be recreated at a higher resolution.
3. A white or gray box appears instead of the artwork
Why it happens: The application has placed the EPS but can't render it — usually because Ghostscript (the PostScript interpreter) isn't installed on the system.
How to fix it:
- Install Ghostscript (free, available for Windows, Mac and Linux) — many apps including GIMP and Inkscape rely on it.
- Alternatively, convert the EPS to PNG or PDF first using the online viewer, then place the converted file.
- In Adobe applications like InDesign, the white box often means the embedded preview is missing — open the file in Illustrator and re-save to regenerate the preview.
4. Fonts look wrong, shifted, or show as boxes
Why it happens: Fonts weren't embedded in or outlined within the EPS file. When you open it on a different machine, your system substitutes a different font (or can't find the font at all), causing text to shift position, change size, or appear as empty boxes.
How to fix it:
- Ask the creator to outline all text before exporting (in Illustrator: Type → Create Outlines; in Inkscape: Path → Object to Path). Outlined text is converted to vector shapes and no longer depends on fonts being installed.
- If you have access to the original design file, install the missing fonts on your system and reopen.
- If the file was created in Illustrator, ask for a version with fonts embedded (File → Save As → EPS → with Fonts Embedded).
5. Transparency or drop shadows look wrong
Why it happens: EPS does not support true transparency. When an EPS file is exported from Illustrator or another tool, any transparency effects (drop shadows, glows, semi-transparent fills) are "flattened" — merged into the background at the time of export.
How to fix it:
- If you need transparency preserved, ask for the artwork in PDF format — PDF supports native transparency and is the modern standard for print delivery.
- For web use, export to PNG, which also supports transparency.
- For SVG, transparency is also fully supported and can even be animated.
- If you must work with the EPS, accept that transparency effects will be flattened and adjust the artwork accordingly in a vector editor.
6. Colors look dull, wrong, or different from the original design
Why it happens: Professional print EPS files are typically in CMYK colour mode (designed for printers), which looks noticeably duller and less saturated on screen compared to the RGB colours your monitor displays. This is normal and expected — the file is correct for its intended purpose.
How to fix it:
- If the file is intended for print, the CMYK colours are correct — the printed result will look as expected. Don't judge print artwork by how it looks on screen.
- If you need an RGB version for screen use (website, social media, presentations), open the file in Inkscape or Illustrator and convert the colour mode to RGB (in Illustrator: File → Document Color Mode → RGB).
- If colours look completely wrong (not just dull), there may be a colour profile mismatch — check the embedded ICC profile settings in Illustrator.
7. The EPS file is very large or slow to process
Why it happens: EPS files can contain embedded high-resolution bitmap images (photos, textures), which makes them large. Complex vector artwork with thousands of paths can also be slow to render.
How to fix it:
- If you just need to view or share the artwork, convert to PNG or PDF — these are typically smaller and faster to work with for most purposes.
- If you need to edit the file, open it in Inkscape and simplify paths where possible (Path → Simplify).
- For very large files with embedded photos, consider placing the photos as linked files rather than embedding them — this keeps the EPS size manageable.
8. The EPS opens but appears empty
Why it happens: Several possible causes — the artwork may be outside the bounding box, all elements may be on a hidden layer, or the file may be genuinely corrupted.
How to fix it:
- Open in Inkscape and check Edit → Select All — if objects are selected but not visible, they may be outside the canvas. Use View → Zoom to Fit Selection.
- Check if there are hidden layers (Object → Layers in Inkscape) and make them visible.
- Open the EPS in a text editor and check the bounding box line (%%BoundingBox) — if the coordinates are 0 0 0 0, the bounding box is invalid and some tools won't render the artwork.
- Try opening in a different tool — if it appears empty in Inkscape but the online viewer shows content, the issue is with Inkscape's handling of that specific EPS variant.
Frequently asked questions
- My EPS opens but is empty — is it corrupted?
- Not necessarily. It may rely on missing fonts, have artwork outside the bounding box, have hidden layers, or have an invalid bounding box declaration. Try the online viewer first to rule out a simple application compatibility issue.
- What's the quickest way to check if an EPS file is valid?
- Drop it into the online EPS Viewer — it renders the PostScript directly and rules out application-specific problems. If it renders there, the file is valid.
- Why does my EPS look fine in Illustrator but broken in InDesign?
- InDesign relies on an embedded preview thumbnail for display; it doesn't re-render the full PostScript. Re-save the EPS from Illustrator with the "TIFF preview" option enabled to regenerate the thumbnail.
- Can a corrupted EPS be repaired?
- Sometimes. Open the EPS in a text editor and check that the file begins with
%!PS-Adobeand ends with%%EOF. If sections are missing or garbled, recovery is usually only possible if you have a backup of the original file.
Need to open an EPS right now?
Use the free EPS Viewer — preview your file and download it as a PNG in seconds.