PS to UFO Converter

PostScript to Unified Font Object — convert free

Drop files here. 1 GB maximum file size or Sign Up
to
Facebook Amazon Microsoft Tesla Nestle Walmart L'Oreal

Open Source Format

Transform PostScript font data into UFO — an open, interoperable format that works across multiple professional font editors.

Editable Output

UFO is a source format designed for editing. Modify outlines, kerning, and features after converting your PS fonts.

No Install Required

Run the PS to UFO converter directly in your browser. No desktop font tools needed for the conversion itself.

How to convert PS to UFO

1

Select files from Computer, Google Drive, Dropbox, URL or by dragging it on the page.

2

Choose ufo or any other format you need as a result (more than 200 formats supported)

3

Let the file convert and you can download your ufo file right afterwards

About formats

PS is the standard extension for files written in PostScript, the page description language created by Adobe Systems and first shipped in 1984 with the Apple LaserWriter. A PostScript file is a complete program that describes the precise appearance of a page — text, vector graphics, curves, fills, and even embedded raster images — using a stack-based interpreted language with full programming constructs. When sent to a PostScript-compatible printer or interpreter (such as Ghostscript), the program executes and produces rendered output. PostScript introduced cubic Bezier curves as the standard representation for smooth outlines, a mathematical model that became the foundation for virtually all subsequent vector graphics and font technology including PDF, SVG, and OpenType. The language also serves as a font format: Type 1 PostScript fonts encode glyph outlines as PostScript programs with hinting instructions for sharp rendering at low resolutions, while Type 3 fonts use the full language to define arbitrarily complex glyphs. One advantage is device independence — a PostScript file produces identical output whether rendered on a 300 dpi desktop printer, a high-resolution imagesetter, or a software rasterizer, because it describes shapes mathematically rather than as pixel grids. The human-readable text format provides another practical strength: PS files can be inspected, debugged, and modified with any text editor, and they can be generated programmatically by any software without requiring specialized libraries. PostScript files are widely handled by Ghostscript, Adobe Acrobat, preview applications, and numerous publishing and graphics tools.
Developer: Adobe Systems
Initial release: 1984
UFO (Unified Font Object) is an open, XML-based font source format designed by Tal Leming, Just van Rossum, and Erik van Blokland, with the first version published in 2004. Unlike compiled binary fonts, a UFO is a directory structure containing separate XML files for each glyph (in GLIF format), font metadata (fontinfo.plist), kerning data, groups, and feature definitions. This decomposed architecture was purpose-built for collaborative font development — each glyph exists as its own file, making granular version control with Git or similar systems practical and clean. The format is explicitly application-independent, serving as an interchange layer between different font editors (RoboFont, Glyphs, FontForge, FontLab) rather than locking designers into a single tool. UFO 3, the current major version released in 2012, supports cubic and quadratic outlines, guidelines, anchors, image references, custom data storage, and layered design sources for interpolation. A defining advantage is collaboration-friendliness: teams of designers can work on different glyphs simultaneously and merge changes through standard VCS workflows without conflict. The human-readable XML format provides another benefit — every aspect of the font design can be inspected, diffed, and scripted using standard programming tools. The UFO specification is hosted as an open standard, and an active ecosystem of Python libraries (fontTools, ufoLib2, defcon) provides programmatic access for automated font production pipelines. Major type foundries and open-source font projects increasingly adopt UFO as their canonical source format.
Initial release: 2004

Frequently Asked Questions

Why convert PS to UFO?

UFO is an open, XML-based font source format. Converting PS to UFO opens your fonts in modern editors like RoboFont and FontLab.

What programs support UFO?

UFO is supported by RoboFont, FontLab, Glyphs, FontForge, and other professional font development applications.

Is UFO a source format?

UFO is designed as a font source format — it stores glyph outlines, metrics, and metadata in a structured, editable directory.

Is PS to UFO conversion free?

Convertio offers free PS to UFO conversion. Premium users get higher limits and priority queue access for large font projects.

Does UFO preserve font features?

UFO stores glyph outlines, kerning, metadata, and OpenType feature code — comprehensive data for font development workflows.