]> git.ipfire.org Git - thirdparty/cups.git/blob - man/cupsfilter.man
Load cups into easysw/current.
[thirdparty/cups.git] / man / cupsfilter.man
1 .\"
2 .\" "$Id$"
3 .\"
4 .\" cupsfilter man page for the Common UNIX Printing System (CUPS).
5 .\"
6 .\" Copyright 2007 by Apple Inc.
7 .\"
8 .\" These coded instructions, statements, and computer programs are the
9 .\" property of Apple Inc. and are protected by Federal copyright
10 .\" law. Distribution and use rights are outlined in the file "LICENSE.txt"
11 .\" which should have been included with this file. If this file is
12 .\" file is missing or damaged, see the license at "http://www.cups.org/".
13 .\"
14 .TH cupsfilter 8 "Common UNIX Printing System" "12 July 2007" "Apple Inc."
15 .SH NAME
16 cupsfilter \- convert a file to another format using cups filters
17 .SH SYNOPSIS
18 .B cupsfilter
19 [ -c
20 .I config-file
21 ] -m
22 .I mime/type
23 [ -n
24 .I copies
25 ] [ -o
26 .I name=value
27 ] [ -p
28 .I filename.ppd
29 ] [ -t
30 .I title
31 ]
32 .I filename
33 .SH DESCRIPTION
34 \fIcupsfilter\fR is a front-end to the CUPS filter subsystem which allows you
35 to convert a file to a specific format, just as if you had printed the file
36 through CUPS.
37 .SH OPTIONS
38 .TP 5
39 -c config-file
40 .br
41 Uses the named cupsd.conf configuration file.
42 .TP 5
43 -m mime/type
44 .br
45 Specifies the destination file type.
46 .TP 5
47 -n copies
48 .br
49 Specifies the number of copies to generate.
50 .TP 5
51 -o name=value
52 .br
53 Specifies options to pass to the CUPS filters.
54 .TP 5
55 -p filename.ppd
56 .br
57 Specifies the PPD file to use.
58 .TP 5
59 -t title
60 .br
61 Specifies the document title.
62 .SH SEE ALSO
63 \fIcupsd.conf(5)\fR
64 .br
65 http://localhost:631/help
66 .SH COPYRIGHT
67 Copyright 2007 by Apple Inc.
68 .\"
69 .\" End of "$Id$".
70 .\"