Acrobat & PostScript

This section discusses:

Displaying PDF (Portable Document Format) Files

One PDF viewer comes with Red Hat Linux:
xpdf

Or you can install Adobe's Acrobat reader:

Acrobat reader can then be run:
/usr/local/Acrobat5/bin/acroread

In order to run Acrobat Reader on a Red Hat 8.0 system, you may need to set your LANG variable to C before running Acrobat Reader:

LANG=C
export LANG
acroread

You might want to put the LANG=C into your .bashrc file.


Creating PostScript Files

PostScript files can easily be created:

The next sections illustrate how to display PostScript files and how to convert the PostScript files to PDF format and vice versa.


Displaying PostScript files

You can display PostScript files using:

Converting between PostScript and PDF

To convert a file from PostScript to PDF:
ps2pdf infile.ps outfile.pdf
To convert a file from PDF to PostScript:
pdf2ps infile.pdf outfile.ps

Linux Quick Reference Home
Linux Migration Home