404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@18.221.165.190: ~ $
#!/bin/sh

# gstopdf - Ghostscript-based PDF filter for CUPS
#
# Note: This is only a wrapper filter, the real work is done by gstoraster
#
# (C) 2012 Till Kamppeter <till.kamppeter@gmail.com>
#
# Released under GPL 2 or later
#

echo "DEBUG: gstopdf argv[$#] = $@" >&2
echo "DEBUG: PPD: $PPD" >&2

if [ $# -lt 5 -o $# -gt 6 ]; then
    echo "ERROR: gstopdf job-id user title copies options [file]" >&2
    exit 1
fi

# Read from given file.
if [ -n "$6" ]; then
    exec <"$6"
fi

OUTFORMAT=PDF $CUPS_SERVERBIN/filter/gstoraster "$1" "$2" "$3" "$4" "$5"

Filemanager

Name Type Size Permission Actions
bannertopdf File 65.28 KB 0755
commandtoescpx File 11.87 KB 0755
commandtopclx File 11.86 KB 0755
foomatic-rip File 115.88 KB 0755
gstopdf File 555 B 0755
gstopxl File 558 B 0755
gstoraster File 27.87 KB 0755
imagetopdf File 44.65 KB 0755
imagetops File 988 B 0755
imagetoraster File 57.99 KB 0755
lftocrlf File 3.48 KB 0755
pdftopdf File 175.95 KB 0755
pdftops File 44.95 KB 0755
pdftoraster File 41.12 KB 0755
rastertoescpx File 32.48 KB 0755
rastertopclm File 563 B 0755
rastertopclx File 36.55 KB 0755
rastertopdf File 98.24 KB 0755
rastertops File 16.48 KB 0755
sys5ippprinter File 32.63 KB 0755
texttopdf File 60.05 KB 0755
texttops File 982 B 0755
texttotext File 24.39 KB 0755