Post Script - What exactly is it and more important, what runs it. Could us a bit of help. I have Googled, but need a little clairity.
I downloaded a program with the extension .PS
The place I got it said it was an image generator that ran in
Postscript. My question is what is postscript. I Goggled it and it
seems to be associated with Adobe, Photoshop I think.
Is it a proprietary extension like LIT or DOC?
Or, can a host of programs run this script?
If so any suggestions? This would be something I will probably only
run once so I don't want to by a program just to see what the script
does. Any advice or suggestions?
Thank
RC
Re: Post Script - What exactly is it and more important, what runsit. Could us a bit of help. I have Googled, but need a little clairity.
RC?@Not.com wrote:
> I downloaded a program with the extension .PS
> The place I got it said it was an image generator that ran in
> Postscript. My question is what is postscript. I Goggled it and it
> seems to be associated with Adobe, Photoshop I think.
> Is it a proprietary extension like LIT or DOC?
> Or, can a host of programs run this script?
> If so any suggestions? This would be something I will probably only
> run once so I don't want to by a program just to see what the script
> does. Any advice or suggestions?
> Thank
> RC
It is a language used when talking to some printers. The language is
also useful in a display context, as Display Postscript.
(Language manual. You can even write your own PostScript programs.
I actually bought a paper copy of this, because I used to write
my own programs and make changes to other PostScript files.)
A program called GhostScript, was one of the foremost free tools
for viewing PostScript. Now, viewing or loading capability exists
in a lot of other places. For example, my copy of Photoshop can
open an individual page of a PostScript file, for viewing as a
image. Also, programs like Adobe Distiller, allow conversion of PS
to PDF, and from there, you can use the free Acrobat Reader,
to view the document easily.
Other tool flows, may be using Ghostscript (gs) underneath,
to parse and render an image.
Here is an example of a file I created and posted.
The file starts with "%!PS-Adobe-3.0", which is a declaration of
what version of PostScript is being used. Further down in the
file, the (m) and (l) command are "Move" and "Lineto", for
drawing like an Etch-a-Sketch. The "showpage" at the end, is what
would cause the printer to spit out the final rendered page on
paper. The language is very flexible, and can draw smooth continuous
curves and do all sorts of effects.
Ghostview and Ghostscript, are one way to set up a viewer. At
one time, we used to compile this stuff from source, but now
you can usually find a binary somewhere for download.
For example, get and install "gs860w32.exe" from here. On my computer,
the executable would be C:\Program Files\gs\gs8.56\bin\gswin32.exe ,
because I'm using a previous version.
After GhostScript is installed, then you install a viewer, to make it
"easier to drive". You can actually run gswin32 manually, but that
is more akin to hacking, than using a Windows computer in a GUI way.
Link to a viewer, is on this page. Sez to use with GS 8.60 .
RC?@Not.com wrote:
Subject: Post Script - What exactly is it and more important, what runs
it. Could us a bit of help. I have Googled, but need a little clairity.
<I suggest that > a good way to make a subject is last, after you have
created the message body, and make it very brief, like a title for your
message body, generally not a complete sentence, such as Post Script?
Those sentences in the subject belong down in the body.
> I downloaded a program with the extension .PS
> The place I got it said it was an image generator that ran in
> Postscript. My question is what is postscript. I Goggled it and it
> seems to be associated with Adobe, Photoshop I think.
<I suggest that> A good place to start (looking for something like that)
rather than google would be someplace like the wikipedia, but don't stop
there; but instead use it as a starting point.
http://en.wikipedia.org/wiki/PostScript PostScript (PS) is a page
description language and programming language used primarily in the
electronic and desktop publishing areas.
> Is it a proprietary extension like LIT or DOC?
> Or, can a host of programs run this script?
..ps as a file extension can be run by such mac & win programs as Adobe's
programs, PhotoShop, ACDSee, printers (or other utilities) which can .ps
output.
> If so any suggestions? This would be something I will probably only
> run once so I don't want to by a program just to see what the script
> does. Any advice or suggestions?
You didn't mention your OS, but your newsreader is Agent which is win.
Re: Post Script - What exactly is it and more important, what runsit. Could us a bit of help. I have Googled, but need a little clairity.
RC?@Not.com wrote:
> I downloaded a program with the extension .PS
> The place I got it said it was an image generator that ran in
> Postscript. My question is what is postscript. I Goggled it and it
> seems to be associated with Adobe, Photoshop I think.
> Is it a proprietary extension like LIT or DOC?
> Or, can a host of programs run this script?
> If so any suggestions? This would be something I will probably only
> run once so I don't want to by a program just to see what the script
> does. Any advice or suggestions?
> Thank
> RC
google for gsview32, which i use to display ghostscript.
Re: Post Script - What exactly is it and more important, what runsit. Could us a bit of help. I have Googled, but need a little clairity.
On Tue, 01 Jul 2008 15:40:04 -0400, RC? wrote:
> I downloaded a program with the extension .PS The place I got it said it
> was an image generator that ran in Postscript. My question is what is
> postscript. I Goggled it and it seems to be associated with Adobe,
> Photoshop I think. Is it a proprietary extension like LIT or DOC? Or,
> can a host of programs run this script? If so any suggestions? This
> would be something I will probably only run once so I don't want to by a
> program just to see what the script does. Any advice or suggestions?
> Thank
> RC
Look up and study the Forth language. PostScript is merely a specialized
vocabulary version of Forth. It is a **** of a language for humans to
use because it is written in RPN (Reverse Polish Notation).