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, 10543👍, 0💬
Popular Posts:
What is TIF or TIFF? TIFF, short name for Tagged Image File Format, is used as the file extension fo...
What is CS? CS, short name for C Sharp, is used as the file extension for C# (C Sharp) files. .CS fi...
What is BMP? BMP, short name for Bitmap, is used as the file extension for bitmap image files. .BMP ...
File extension DAT is used for multimedia files stored on VCD disks. A DAT sample file is provided. ...
What is EML? EML, short name for Email, is used as the file extension for Email Message files. .EML ...