HTFC Forums

H.T.F.C.

How To Fix Computers





Go Back   HTFC Forums > Hardware Newsgroups > Homebuilt PC

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1  
Old 07-01-2008, 07:40 PM
RC?@Not.com
 
Posts: n/a
Default 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
Reply With Quote
Sponsored Links
  #2  
Old 07-01-2008, 08:14 PM
Paul
 
Posts: n/a
Default 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.

http://en.wikipedia.org/wiki/Adobe_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.)

http://www.adobe.com/products/postscript/pdfs/PLRM.pdf

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.

http://groups.google.ca/group/alt.co...c?dmode=source

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.

http://www.math.washington.edu/~zchen/ps.html

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.

https://sourceforge.net/project/show...ease_id=529280
( alternately http://mirror.cs.wisc.edu/pub/mirror...0/gs860w32.exe )

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 .

http://pages.cs.wisc.edu/~ghost/gsview/get49.htm
( http://mirror.cs.wisc.edu/pub/mirror...m/gsv49w32.exe )

Have fun,
Paul
Reply With Quote
  #3  
Old 07-01-2008, 08:36 PM
Mike Easter
 
Posts: n/a
Default Re: Post Script <snip>

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.

Ghostscript is a free crossplatform .ps interpreter and program suite.
You can 'wiki' it here http://en.wikipedia.org/wiki/Ghostscript and its
website is here http://ghostscript.com/awki



--
Mike Easter

Reply With Quote
  #4  
Old 07-01-2008, 09:01 PM
Sjouke Burry
 
Posts: n/a
Default 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.
Reply With Quote
  #5  
Old 07-01-2008, 10:45 PM
GortWeasel
 
Posts: n/a
Default 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).

Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Adobe Post script Fonts CS3 Indesign, Illustrator and Photoshop Cindy Windows Vista 5 07-27-2008 05:52 PM
Windows Script Host has no script engine for ".js" files Stephan G. Windows Vista 9 04-24-2008 08:04 PM
3 very important questions: justdina Windows Vista 0 01-12-2008 07:58 AM
Important LordxAngel Windows Vista 2 07-08-2007 09:16 AM
Is security important? Nina DiBoy Windows Vista 3 04-13-2007 12:54 AM


All times are GMT. The time now is 11:46 AM.


Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004 - 2007 Web-S-Sense Pty. Ltd. Usenet and forums posts © their respective authors.
Ad Management by RedTyger