What is the difference between .ps and .pfm?
- Extension
- .ps
- .pfm
- Format
- 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 Metrics (PFM) file is a type of file associated with Adobe Type 1 fonts used in Microsoft Windows. It contains metric information about a font, such as character widths, heights, and kerning pairs, which are essential for correctly displaying and printing text. The PFM file works in conjunction with a PFB (Printer Font Binary) file, which contains the actual font outline data.
- MIME Type
- application/postscript
- application/x-font-type1
- Sample
- sample.ps
- sample.pfm
- Wikipedia
- .ps on Wikipedia
- .pfm on Wikipedia