What is the difference between .ps and .pfb?
- Extension
- .ps
- .pfb
- Format
- Binary
- Binary
- Category
- Vector Image
- Font
- Developer
- Adobe Systems
- Adobe Systems
- Description
- A PS file is an image saved in the PostScript page description language. It may contain vector graphics, raster graphics, and text. PS files can be printed directly by a PostScript printer (i.e., containing a Raster Image Processor) without being opened in an application.
- A Printer Font Binary (PFB) file is a type of font file used specifically in the context of Adobe Type 1 fonts. It stores font data in a binary format, which includes the glyph shapes and font metrics necessary for rendering text accurately on screens and in print. The PFB file is typically used in conjunction with a metric file (with an .AFM or .PFM extension) that provides additional layout information. This file format was widely used for high-quality typography on PostScript printers.
- MIME Type
- application/postscript
- application/x-font
- Sample
- sample.ps
- sample.pfb
- Wikipedia
- .ps on Wikipedia
- .pfb on Wikipedia