[TriLUG] "ps2pdf" look familiar??

Donald Ball trilug@trilug.org
Mon, 13 Aug 2001 19:53:09 -0400 (EDT)


On Mon, 13 Aug 2001 Jturena@aol.com wrote:

> Hi everyone,
> Just newly subscribed.
> Just newly learning Linux.
> Just newly learning about my computer.

good luck!

> Can anybody tell me something about "ps2pdf". (Please keep in mind I
> am brand new with Linux and Operating Systems, and with the
> functioning of the system and its features, in general, even with User
> Groups too. I am learning as I go, as they say)

it's a command line utility, part of the ghostscript package. it converts
postscript files to pdf files. usage:

[balld@localhost balld]$ ps2pdf
Usage: ps2pdf [options...] input.ps [output.pdf]

example:

ps2pdf foo.ps foo.pdf

- donald