What is the difference between .emf and .pfm?
- Extension
- .emf
- .pfm
- Format
- Binary
- Category
- Vector Image
- Font
- Developer
- Microsoft
- Adobe Systems
- Description
- Windows vector graphics format recognized by many image-editing applications; basically a 32-bit version of the original Windows Metafile Format (.WMF), which only supports 16-bit data; saves image data in an RGB format and does not support CMYK data.
- 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/x-msmetafile
- application/x-font-type1
- Sample
- sample.emf
- sample.pfm
- Wikipedia
- .emf on Wikipedia
- .pfm on Wikipedia