| Server IP : 85.112.90.236 / Your IP : 192.168.1.26 Web Server : Apache System : Linux 85-112-90-236.cprapid.com 6.12.0-211.7.3.el10_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 12:46:58 EDT 2026 x86_64 User : ftechme ( 1002) PHP Version : 8.2.32 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/cups/filter/ |
Upload File : |
#!/usr/bin/sh
# texttops - This is a Text-to-PostScript filter for cups-filters
#
# 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>
#
# Licensed under Apache License v2.0. See the file "LICENSE" for more
# information.
#
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
$CUPS_SERVERBIN/filter/texttopdf "$1" "$2" "$3" "$4" "$5" | $PDF2PS - -