.eps File Extension
.eps file is, how to open Encapsulated PostScript artwork safely, how Poly supports it, and when to convert it. File extension details for .eps
Storage Only| File type | Encapsulated PostScript artwork |
|---|---|
| MIME type | |
| Encoding | Primarily ASCII PostScript, sometimes with binary data or an embedded preview |
| Operating systems | Windows, macOS, Linux |
| Opens with | Adobe Illustrator, Ghostscript, Inkscape |
| Poly support | Storage only. Poly stores, syncs, shares, versions, and downloads EPS files. |
| Indexed by Poly | Name only. PostScript code, artwork, and embedded text are not content-indexed. |
| Preview in Poly | No. Poly does not provide an in-app EPS artwork preview. |
| Poly agent | No. The Poly agent cannot read or reason about the artwork inside an EPS file. |
What kind of file is an .eps?
An .eps file is Encapsulated PostScript artwork. It contains a constrained PostScript program that describes at most one rectangular page, usually a logo, chart, diagram, or illustration intended for placement inside another document. EPS is especially useful for resolution-independent vector graphics, but it can also contain raster images and a low-resolution preview.1
EPS normally uses the application/postscript MIME type. A conforming EPS 3 file commonly starts with %!PS-Adobe-3.0 EPSF-3.0 and includes a %%BoundingBox comment defining the artwork's rectangle. The leading bytes are 25 21 50 53 in hexadecimal (%!PS), but that signature alone does not prove the file is valid or safe.12
artwork.ps or artwork.pdf to artwork.eps does not create a valid EPS file. Conversion must interpret the source and produce EPS-conforming PostScript.How do I open an .eps on my computer?
Use maintained, PostScript-aware software:
- Adobe Illustrator on Windows or macOS can open, place, and save EPS artwork.3
- Ghostscript on Windows, macOS, or Linux can render EPS and convert it to PDF or a raster image.4
- Inkscape can import EPS when an appropriate PostScript interpreter is available, although fonts and effects may change.
Current macOS versions no longer include built-in EPS viewing. Apple recommends a third-party app; macOS Monterey and earlier had limited support in Preview.5 Web browsers also do not normally render EPS directly.
Treat an unexpected EPS attachment as executable input. PostScript can perform more than drawing operations, so use current software with sandboxing and resource limits. Do not send untrusted EPS directly to an unrestricted interpreter or network printer.6
Poly support for .eps
Poly stores, syncs, shares, versions, downloads, and finds .eps files by name. Poly does not currently infer PostScript from the .eps suffix, render the artwork, create a thumbnail, index embedded text or vectors, or make the contents available to the Poly agent.
For a preview and content-aware search in Poly, convert a trusted EPS to PDF and upload the PDF alongside the original. Keep the EPS when it remains the authoritative production asset.
History of .eps
Adobe developed EPS in the late 1980s so applications could embed a single PostScript illustration inside a larger page without letting it take over the surrounding print job. EPS version 1.2 was documented in 1987, version 2.0 followed in 1989, and the final published EPS 3.0 specification arrived in 1992.1
PDF later replaced EPS in many publishing and document-exchange workflows. EPS still appears in established print, scientific publishing, logo, and illustration archives where vector output and legacy placement systems matter.
Working with .eps and alternatives
Choose the destination for the next workflow:
| Need | Good choice | Main tradeoff |
|---|---|---|
| Preserve an established print asset | EPS | Legacy support; requires a PostScript interpreter |
| Share, proof, or print broadly | Easier viewing; editability may change | |
| Publish simpler vector artwork on the web | SVG | Fonts, color, and PostScript effects may differ |
| Deliver fixed pixels | PNG or TIFF | Predictable appearance; vectors become raster pixels |
Missing fonts, incorrect bounding boxes, spot colors, overprint, and embedded previews can all change the result. After conversion, compare the output visually and use the intended prepress checks before production.
Footnotes
- Library of Congress. Encapsulated PostScript File Format, Version 3.x. The format description covers EPS structure, required headers, previews, history, and adoption. ↩ ↩2 ↩3
- Adobe Systems Incorporated. PostScript Language Reference, Third Edition. The reference documents EPS restrictions, DSC headers, bounding boxes, and PostScript encoding. ↩
- Adobe. Supported File Formats in Adobe Illustrator. Adobe lists EPS support for opening, placing, and saving artwork. ↩
- Artifex Software. Using Ghostscript. The documentation covers EPS interpretation and conversion to PDF and raster formats. ↩
- Apple. View .ps and .eps Files on Mac. Apple documents the removal of built-in viewing and the earlier limited Preview support. ↩
- Internet Engineering Task Force. RFC 2046, Section 4.5.2: PostScript Subtype. The standard explains the risks of executing PostScript and recommends strict resource controls. ↩