What is PS file? | Knowledge Base

Introduction

From the article about page description languages you found out that Postscript language is one of PDLs, a dynamic one if to be more specific. The article here is going to give you more information about PS format and PS files, their peculiarities, structure and usage.

What is PS file?

PS file is a file containing page(s) description written in PostScript language from Adobe. PostScript refers to dynamic PDLs that contain not only graphics primitive operators, but also procedures, control operators, and variables.

PostScript was invented as a high-fidelity mean to control the output of graphics to printing and display devices allowing to obtain high-quality vector and raster graphics and text even on publishing systems with high resolution and separated colors printing devices. On the other hand, it was necessary to have a way for storing and transferring pages description that occupies not that much memory as arrays of pixels do, and that can be easily edited via computer applications.

PostScript language has operators for working with: graphics state, path construction, painting, operand stack, execution control, glyphs and fonts, numbers, arrays, matrixes, strings, booleans, files, resources. Examples of path construction and execution control operators are represented in the table below.

Examples of path construction operators

moveto, rmoveto
lineto, rlineto
curveto, rcurveto
arc, arcn, arct, arcto
closepath
clippath

Examples of execution control operators

ifelse
for, forall
loop
repeat
exit

Using control operators together with variables allows doing thorough positioning of text. Also declaring repetitive sequences of operators in procedures in a prolog of PS program a volume of PS files can be significantly decreased. These repetitive actions may be, for example, the printing of page numbers, titles, borders, a company logo image. Another case of procedures usage may be different ways of page rendering depending on what version of PostScript interpreter is installed on the device. Or it can be the processing of the error, for example, resulting from the absence of some font or another resource on the device.

Developers of PostScript have made an effort to enclose by possibilities of language maximum quantity of output device types. Therefore it supports big sets of font and color space types.

Fonts

- Adobe Type 0
- Adobe Type 1
- Compact Fonts (CFF)
- Chameleon
- TrueType
- CID-keyed

Color spaces

- DeviceGray
- DeviceRGB
- DeviceCMYK
- DeviceN
- Separated colors
- Spot
- CIE-based

Syntax and structure of PS file

PostScript uses BNF (Backus�Naur form) postfix notation where the operator goes after its operands.

PS syntax

PS file consists of prolog and a script. Prolog is located at the beginning of PS file and contains common for all pages and entire document variables, procedures, fonts, gradients. After the prolog script goes.

PS file structure

The script describes pages and it is explicitly divided into pages. At the beginning of each page "page setup" section can be found. Necessary transformations and page's graphics properties are set up here.

At the end of the page graphics state that was before page setup is returned back. These manipulations are performed by "gsave" and "grestore" operators.

What is PS format?

Strictly speaking, PS or abbreviated PostScript is not a format, because if it was a format then the format of what? If it was a format of a document, then we could say that PostScript is not a document but a programming language. If it was a format of a file, then we could say that format of the .PS file is a text in ASCII encoding. More correctly would be to call it PostScript (programming) language or PostScript dynamic PDL or PS file.

How to open PS file?

PS files can be opened with standalone Adobe’s applications: Acrobat Distiller, Illustrator, Photoshop, or with Apple Preview.

If someone wants just to open to view or demonstrate PS files they can do it easily and fast with Aspose.Page Viewer web application.

How do I convert PS to JPG, or other image format?

The quickest way to convert PS file to JPG or PDF is to use Aspose.Page Conversion web application. Aspose PS converter supports PS to PDF, DOC, DOCX, HTML, TEX, SVG, PNG, JPG, TIFF, BMP, EMF, WMF conversions.

If you are a developer and want to use our library for such conversions, learn PDLs converters article to find the illustrated with code snippets examples of how to do the conversion.

How do I merge PS files?

In this case again Aspose.Page applications come in handy. Just use our Merger web application and combine your PS files into one PDF file.

Subscribe to Aspose Product Updates

Get monthly newsletters & offers directly delivered to your mailbox.