home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Magazine 2002 February
/
INTERNET88.ISO
/
pc
/
software
/
windows
/
bits
/
pdf995
/
data1.cab
/
Program_Executable_Files
/
res
/
ps2pdf
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-12-08
|
212 b
|
8 lines
#!/bin/sh
# $RCSfile: ps2pdf,v $ $Revision: 1.1.2.1 $
# Convert PostScript to PDF.
# Currently, we produce PDF 1.2 by default, but this is not guaranteed
# not to change in the future.
exec ps2pdf12 "$@"