PS Files
the PostScript format
for Graphics and Text


These are some examples of PS (PostScript) files. PostScript is primarily designed to present publication-quality text. A PostScript file consists of a set of images of pages. These pages can include graphics, or in fact consist entirely of graphics.

As a graphic language, PostScript is basically vector-based rather than bit-mapped. Thus, it's easy to draw a square or a star, or even a filled polygonal region. But it's rather unnatural, in PostScript, to define a rectangular region in which every pixel has an assigned color. If a highly detailed bit-map image is needed, it is often computed in another format, such as GIF, and then "imported" into the PostScript file.

PS File Characteristics:

Related Data and Programs:

The EPS directory discusses the related Encapsulated PostScript format, which is essentially a PostScript file containing a single image.

Reference:

  1. Adobe Systems,
    PostScript Language Reference Manual,
    Third Edition, 1999,
    available online in PDF form.
  2. Henry McGilton, Mary Campione,
    PostScript by Example,
    Addison Wesley, 1992,
    LC: QA76.73.P67M34.

Programs to create a PS file include:

Programs to view a PS file include:

Programs to convert a PS file to another format:

Programs to convert a file to PS format:

Sample PS Files:

You can go up one level to the DATA page.


Last revised on 06 April 2007.