Categories:
Android (1)
Audio (7)
C/C++ (2)
Compression (7)
Database (6)
Document (14)
Email (3)
General (50)
Graphics (17)
Image (8)
Java (1)
Picture (1)
Presentation (7)
Programming (17)
Spreadsheet (11)
Video (8)
Web (13)
Windows (63)
XML (4)
Other Resources:
.PS - File Extension for PostScript Files
What is PS? PS, short name for PostScript, is used as the file extension for PostScript files. .PS files are text files that can be opened by Notepad or any text editors. See the sample .PS file included below.
✍: FYIcenter.com
File Extension: .PS
MIME Type: application/postscript
File Content: PostScript
.PS files are PostScript files, which are text files with PostScript commands defining text and graphics elements for publishing documents. Here is a sample .PS PostScript file containing some simple text line:
%!PS
/Courier % name the desired font
20 selectfont % choose the size in points and establish
% the font as the current one
72 500 moveto % position the current point at
% coordinates 72, 500 (the origin is at the
% lower-left corner of the page)
(Hello world!) show % stroke the text in parentheses
showpage % print all on the page
.PS PostScript file sample: Click sample.ps to download.
Since .PS text files are in text format, you can use Notepad or any text editor to create or modify them. No special software is needed.
For for information on how to use .PS PostScript files, see links below:
2012-07-04, 10038👍, 0💬
Popular Posts:
What is XLSB? XLSB, short name for Excel Spreadsheet Binary, is used as the file extension for sprea...
File extension CLASS is used for Java compiled class files. A CLASS sample file is provided. Free JV...
What is ASPX? ASPX, short name for ASP.NET Script, is used as the file extension for ASP.NET Script ...
File extension EXE is used for executable files ready to be executed on computer systems. An EXE sam...
What is XPS or OXPS? XPS stands for for XML Paper Specification. OXPS stands for for Open XML Paper ...