Server : LiteSpeed System : Linux business119.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : jagouws ( 1534) PHP Version : 8.3.19 Disable Function : NONE Directory : /bin/ |
Upload File : |
#!/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 "$@"