X7ROOT File Manager
Current Path:
/usr/lib/cups/filter
usr
/
lib
/
cups
/
filter
/
📁
..
📄
bannertopdf
(27.45 KB)
📄
commandtocanon
(11.06 KB)
📄
commandtoepson
(11.09 KB)
📄
commandtoescpx
(10.96 KB)
📄
commandtopclx
(10.95 KB)
📄
commandtops
(14.98 KB)
📄
gstopxl
(6.81 KB)
📄
gstoraster
(27.02 KB)
📄
gziptoany
(10.95 KB)
📄
hpcups
(385.64 KB)
📄
hpcupsfax
(27.69 KB)
📄
imagetopdf
(35.18 KB)
📄
imagetops
(989 B)
📄
imagetoraster
(52.52 KB)
📄
pdftoijs
(23.41 KB)
📄
pdftopdf
(158.08 KB)
📄
pdftops
(31.45 KB)
📄
pdftoraster
(35.71 KB)
📄
pstopdf
(6.33 KB)
📄
pstops
(55.3 KB)
📄
rastertodymo
(23.06 KB)
📄
rastertoepson
(19.08 KB)
📄
rastertoescpx
(31.09 KB)
📄
rastertogutenprint.5.2
(44.23 KB)
📄
rastertohp
(19.06 KB)
📄
rastertolabel
(23.06 KB)
📄
rastertopclx
(35.09 KB)
📄
rastertopwg
(14.95 KB)
📄
textonly
(3.48 KB)
📄
texttopaps
(31.9 KB)
📄
texttopdf
(54.6 KB)
📄
texttops
(983 B)
Editing: texttops
#!/bin/sh # $Id: $ # # texttops - This is a Text-to-PostScript filter for CUPS # # Note: This wrapper filter is only included for backward compatibility with # certan custom configurations. It is not mentioned in any of the .convs # files included in this package and therefore never used with the default # configuration. It makes sure that third-party PPD files referring to # texttops explicitly or custom configurations (in /etc/cups/*.convs files) # will not break. # # DO NOT create new PPD or .convs files using this filter! texttops is # DEPRECATED! # (C) 2012 Till Kamppeter <till.kamppeter@gmail.com> # # Released under GPL 2 or later # PDF2PS=`which pdf2ps` echo "DEBUG: texttops argv[$#] = $@" >&2 echo "DEBUG: PPD: $PPD" >&2 if [ $# -lt 5 -o $# -gt 6 ]; then echo "ERROR: $0 job-id user title copies options [file]" >&2 exit 1 fi # Read from given file. if [ -n "$6" ]; then exec <"$6" fi `dirname $0`/texttopdf "$1" "$2" "$3" "$4" "$5" | $PDF2PS - -
Upload File
Create Folder