#!/bin/sh # 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 $CUPS_SERVERBIN/filter/texttopdf "$1" "$2" "$3" "$4" "$5" | $PDF2PS - -
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 |
|