What is the difference between .ps and .htm?
- Extension
- .ps
- .htm
- Format
- Binary
- Text
- Category
- Vector Image
- Developer
- Developer
- Adobe Systems
- World Wide Web Consortium (W3C)
- 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.
- Commonly used by web browsers like Mozilla Firefox and Internet Explorer to show format text and images in an HTML web page. In plain text format, they contain markup code.
- MIME Type
- application/postscript
- text/html
- Sample
- sample.ps
- sample.htm
- Wikipedia
- .ps on Wikipedia
- .htm on Wikipedia