PFA to CID Converter

Transform PFA fonts to CID-keyed format for CJK support

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

Large Character Sets

Convert PFA fonts to CID-keyed format to efficiently manage fonts with thousands of glyphs — ideal for CJK and multilingual projects.

Professional Publishing

CID-keyed fonts are the standard for professional Asian-language typesetting in print and publishing workflows.

Online and Effortless

No specialized PostScript tools required. Convert PFA to CID directly in your browser from any platform.

How to convert PFA to CID

1

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

2

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

3

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

About formats

PFA (Printer Font ASCII) is one of two file representations of Adobe's PostScript Type 1 font format, introduced in 1984 as part of the PostScript page description language. A PFA file contains the complete font program as plain ASCII text — the clear-text header with font name, encoding array, and metrics, followed by a hex-encoded encrypted section (eexec) holding the actual glyph outlines described as cubic Bezier curves with stem hints. Because every byte is represented in printable ASCII characters, PFA files are roughly twice the size of their PFB binary counterparts, but they can be transmitted through any text-safe channel and edited in a standard text editor. PFA became the standard Type 1 distribution format on Unix and Linux systems, where binary font formats were less convenient for PostScript printer pipelines. A key advantage is universal text compatibility — PFA files pass cleanly through email systems, FTP text-mode transfers, and version control without corruption from character encoding transformations. The readable structure also benefits font developers, who can inspect header values and encoding declarations directly. Type 1 fonts in PFA form powered the desktop publishing revolution of the late 1980s and 1990s, with Adobe's font library and the Apple LaserWriter printer establishing PostScript typography as the professional standard. Although OpenType has superseded Type 1 for new font development, PFA files remain in active use within legacy publishing workflows and PostScript/PDF production systems.
Developer: Adobe Systems
Initial release: 1984
CID (Character Identifier) is a font architecture developed by Adobe Systems and specified in June 1993 to address the challenges of fonts containing very large glyph sets, particularly for CJK (Chinese, Japanese, Korean) scripts. Traditional PostScript fonts identify glyphs by name, which becomes impractical when a font contains tens of thousands of characters — a typical Japanese font may include over 20,000 glyphs. CID-keyed fonts replace glyph names with numeric identifiers organized by a character collection and ordering (such as Adobe-Japan1 or Adobe-GB1), dramatically reducing overhead for glyph access and subsetting. The architecture defines three PostScript font types: Type 9 (CID-keyed Type 1 outlines), Type 10 (CID-keyed Type 3), and Type 11 (CID-keyed Type 42/TrueType). A primary advantage is efficient handling of massive character sets — the numeric CID approach eliminates the memory and processing cost of maintaining thousands of glyph name strings. CID fonts also support sophisticated CMap resources that map encoding values to CIDs, enabling a single font to serve multiple encoding schemes (Unicode, Shift-JIS, Big5) without duplicating glyph data. The architecture integrates well with PDF subsetting, allowing documents to embed only the glyphs actually used. CID-keyed technology laid the foundation for CJK support in both OpenType and modern PDF workflows, and remains active in print production and document processing systems worldwide.
Developer: Adobe Systems
Initial release: June 11, 1993

Frequently Asked Questions

Why convert PFA to CID?

CID-keyed fonts efficiently organize thousands of glyphs, making them essential for Chinese, Japanese, and Korean typesetting where character sets are massive.

How to open CID?

CID fonts work with Adobe InDesign, Illustrator, and PostScript-based RIPs. FontForge can also open and inspect CID-keyed font structures.

What is CID-keyed addressing?

CID assigns numeric identifiers to glyphs instead of character names, allowing efficient access to very large glyph collections in a single font.

Is this useful for Latin fonts?

Primarily, CID benefits fonts with large character sets. For Latin-only PFA fonts, other modern formats like OTF may be a more practical choice.

Does the conversion preserve hinting?

The conversion carries over glyph data and metrics. Hinting fidelity depends on the complexity of the original PFA instructions.