HEX
Server: Apache
System: Linux server.hypertech-it.com 5.14.0-570.37.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Aug 26 10:33:12 EDT 2025 x86_64
User: national (1024)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: //usr/bin/ps2pdf14
#!/usr/bin/sh
# Convert PostScript to PDF 1.4 (Acrobat 5-and-later compatible).
ps2pdfwr="`dirname \"$0\"`/ps2pdfwr"
if test ! -x "$ps2pdfwr"; then
	ps2pdfwr="ps2pdfwr"
fi
exec "$ps2pdfwr" -dCompatibilityLevel=1.4 "$@"