1cupsfilter(8) Apple Inc. cupsfilter(8)
2
3
4
6 cupsfilter - convert a file to another format using cups filters
7
9 cupsfilter [ -D ] [ -U user ] [ -c config-file ] [ -d printer ] [ -e ]
10 [ -i mime/type ] [ -j job-id[,N] ] [ -m mime/type ] [ -n copies ] [ -o
11 name=value ] [ -p filename.ppd ] [ -t title ] [ -u ] filename
12
14 cupsfilter is a front-end to the CUPS filter subsystem which allows you
15 to convert a file to a specific format, just as if you had printed the
16 file through CUPS. By default, cupsfilter generates a PDF file.
17
19 -D
20 Delete the input file after conversion.
21
22 -U user
23 Specifies the username passed to the filters. The default is the
24 name of the current user.
25
26 -c config-file
27 Uses the named cupsd.conf configuration file.
28
29 -d printer
30 Uses information from the named printer.
31
32 -e
33 Use every filter from the PPD file.
34
35 -i mime/type
36 Specifies the source file type. The default file type is guessed
37 using the filename and contents of the file.
38
39 -j job-id[,N]
40 Converts document N from the specified job. If N is omitted, docu‐
41 ment 1 is converted.
42
43 -m mime/type
44 Specifies the destination file type. The default file type is
45 application/pdf. Use printer/foo to convert to the printer format
46 defined by the filters in the PPD file.
47
48 -n copies
49 Specifies the number of copies to generate.
50
51 -o name=value
52 Specifies options to pass to the CUPS filters.
53
54 -p filename.ppd
55 Specifies the PPD file to use.
56
57 -t title
58 Specifies the document title.
59
60 -u
61 Delete the PPD file after conversion.
62
64 cupsd.conf(5)
65 http://localhost:631/help
66
68 Copyright 2007-2013 by Apple Inc.
69
70
71
7220 June 2012 CUPS cupsfilter(8)