PDF files can be produced from PostScript files using distill(1), distilld(1), and gs(1). They can also be produced, with some limitations, by PDFWriter printer drivers on recent major personal computer operating systems. Other PDF-generating programs include pdftex(1) and text2pdf(1).
PDF files are often more compact than their original PostScript files, and are guaranteed to be page-order independent, allowing pages to be processed in any order, or even in parallel.
PDF viewers support magnification, printing, resizing, rotation, text searching, and also, conversion back to PostScript. PDF viewers can substitute alternative fonts for fonts that are required by the PDF file, but are not embedded in it: metrics of the original font are used, so character positions are correct, even if the character shapes may be slightly different.
In addition, PostScript Level 3 devices can directly display or print PDF files, as well as files in several common image formats, HTML files, and World-Wide Web URLs,
In the first form, if the last file specified is a directory, then all preceding files will be converted to PostScript and the generated PostScript files will be placed into ps_dir. If a directory is not specified, then the PostScript files will be placed in the same directory as the original file.
In the second form, the file list contains pairs, each consisting of a PDF filename and a corresponding PostScript filename.
The third form specifies a filter, reading a PDF file from standard input and writing the PostScript file to standard output.
The following option is valid for the conversion of PDF to PostScript:
- -level2
- Emit Level 2 PostScript (default is Level 1 PostScript).
In the first form, the visual class (specified by either its name or number) with an option depth determines the visual to use.
In the second form, the visual id is specified. The prefix 0x must be used for hexadecimal numbers.
The third form uses an internal algorithm based on depth and visual class.
The fourth form simply uses the default visual.
PseudoColor visuals of depth greater than 8, and DirectColor visuals, are not supported.
These files are read from the system installation directory trees; <INSTDIR> is the name of the local installation directory, possibly /usr/local/share/adobe/Acrobat3.
- $HOME/.acrorc
- Acrobat Reader defaults file.
- $HOME/.acrosrch
- Acrobat Search defaults file.
- $HOME/.weblink
- netscape(1) defaults file.
- $HOME/.Xauthority
- X Window System authorization file.
- $HOME/.Xdefaults-<HOSTNAME>
- X Window System defaults file.
- $HOME/psres/PSres.upr
- PostScript resource file. It can be created automatically by makepsres(1).
- $HOME/fonts/PSres.upr
- PostScript resource file. It can be created automatically by makepsres(1).
- /usr/local/sys/fonts/postscript/PSres.upr
- PostScript resource file.
- <INSTDIR>/Reader/AcroVersion
- Acrobat version number file.
- <INSTDIR>/Reader/<ARCHITECTURE>/fonts/AcroRead.upr
- Unix PostScript Resource file with Acrobat Reader parameters.
- <INSTDIR>/Reader/<ARCHITECTURE>/fonts/PSres.upr
- Unix PostScript Resource file with font mappings.
Although most UNIX vendors provide makepsres(1), a few do not. Adobe has contributed makepsres(1) source code to the X Consortium, which makes it available in the X11R6 distribution in the directory
available from many Internet archives, including ftp://ftp.x.org/.X11R6/contrib/lib/DPS/lib/DPS/clients/makepsres
An excellent book on PostScript and PDF is
A bibliography of this, and many other, references to PostScript and PDF publications, can be found on the World-Wide Web atThomas Merz PostScript and Acrobat/PDF: applications, troubleshooting, and cross-platform publishing Springer-Verlag (Berlin, Heidelberg, London, New York, Tokyo) (1997) xiii + 418 pp. ISBN 3-540-60854-0 LCCN QA76.73.P67M4713 1997
http://www.math.utah.edu/pub/tex/bib/index-table-p.html#postscri
Local scripts, Makefiles, and manual pages:Adobe Acrobat Team
Nelson H. F. Beebe, Ph.D. Center for Scientific Computing University of Utah Department of Mathematics, 105 JWB 155 S 1400 E RM 233 Salt Lake City, UT 84112-0090 USA Email: beebe@math.utah.edu, beebe@acm.org, beebe@ieee.org (Internet) WWW URL: http://www.math.utah.edu/~beebe
http://www.adobe.com/prodindex/acrobat/readstep.htmlYou can also get it via anonymous ftp to
ftp://ftp.adobe.com//pub/adobe/acrobatreaderUnder certain fairly liberal conditions, Adobe also permits it to be redistributed, such as on CD-ROMs.
Other Adobe Acrobat products are commercially available; visit the World-Wide Web location
http://www.adobe.com/prodindex/acrobat/main.htmlfor details.