Converting a Postscript
Document to PDF
Using Adobe Acrobat Distiller
By
Hanz Makmur
Laboratory
for Computer Science Research - Rutgers University
This document will show you how to convert a Postscript document to a PDF format document. This process is known as distilling a postscript file.
Requirement:
Before a document is distilled, it must first be saved as a Postscript file. See Creating a Postscript file from any Document on MS Windows OS for details about how to do this on MS Windows OS.
This document consists of 2 parts. The first part is for MS Windows Operating System and the second part is for Solaris Operating system. If you are looking for instruction for Solaris OS, see part II below.

Figure. 1
Figure.
2

Figure. 3
Converting Postscript file on a Unix system is very easy. Most of main DCIS Solaris systems have Adobe Acrobat Distiller installed on the system already. To convert your postscript file follow the following steps.
1. Make sure distill exists on your system.
porthos% which distill
/usr/local/bin/distill
porthos%
2. To
create a FastLane compatible PDF,
porthos% /usr/local/bin/distill \
-embedallfonts on \
-colordownsample off \
-graydownsample off \
-monodownsample off myfile.ps
porthos%
This
will generate myfile.pdf. If you would like to see more options on distill,
type the following command:
porthos% /usr/local/bin/distill -help all
If you have any questions about distilling a PDF document, please contact the DCIS Help Desk at http://please.rutgers.edu/help