Mr.Combet Webshell
Your IP :
3.134.108.183
Server IP :
185.136.159.155
Server :
Linux 185-136-159-155.cprapid.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software :
Apache
PHP Version :
8.1.29
Add File :
Submit
Add Directory :
Submit
Dir :
~
/
bin
/
View File Name :
ps2pdf14
#!/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 "$@"