]> git.ipfire.org Git - thirdparty/cups.git/blob - man/cupsfilter.man
Import CUPS 1.4svn r7023 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" "29 August 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 ] -j
22 .I job-id[,N]
23 -m
24 .I mime/type
25 [ -n
26 .I copies
27 ] [ -o
28 .I name=value
29 ] [ -p
30 .I filename.ppd
31 ] [ -t
32 .I title
33 ]
34 .I filename
35 .SH DESCRIPTION
36 \fIcupsfilter\fR is a front-end to the CUPS filter subsystem which allows you
37 to convert a file to a specific format, just as if you had printed the file
38 through CUPS.
39 .SH OPTIONS
40 .TP 5
41 -c config-file
42 .br
43 Uses the named cupsd.conf configuration file.
44 .TP 5
45 -j job-id[,N]
46 .br
47 Converts document N from the specified job. If N is omitted, document 1 is
48 converted.
49 .TP 5
50 -m mime/type
51 .br
52 Specifies the destination file type.
53 .TP 5
54 -n copies
55 .br
56 Specifies the number of copies to generate.
57 .TP 5
58 -o name=value
59 .br
60 Specifies options to pass to the CUPS filters.
61 .TP 5
62 -p filename.ppd
63 .br
64 Specifies the PPD file to use.
65 .TP 5
66 -t title
67 .br
68 Specifies the document title.
69 .SH SEE ALSO
70 \fIcupsd.conf(5)\fR
71 .br
72 http://localhost:631/help
73 .SH COPYRIGHT
74 Copyright 2007 by Apple Inc.
75 .\"
76 .\" End of "$Id$".
77 .\"