]> git.ipfire.org Git - thirdparty/cups.git/blame_incremental - man/mime.convs.man
Load cups into easysw/current.
[thirdparty/cups.git] / man / mime.convs.man
... / ...
CommitLineData
1.\"
2.\" "$Id: mime.convs.man 6649 2007-07-11 21:46:42Z mike $"
3.\"
4.\" mime.convs man page for the Common UNIX Printing System (CUPS).
5.\"
6.\" Copyright 2007 by Apple Inc.
7.\" Copyright 1997-2006 by Easy Software Products.
8.\"
9.\" These coded instructions, statements, and computer programs are the
10.\" property of Apple Inc. and are protected by Federal copyright
11.\" law. Distribution and use rights are outlined in the file "LICENSE.txt"
12.\" which should have been included with this file. If this file is
13.\" file is missing or damaged, see the license at "http://www.cups.org/".
14.\"
15.TH mime.convs 5 "Common UNIX Printing System" "20 March 2006" "Apple Inc."
16.SH NAME
17mime.convs \- mime type conversion file for cups
18.SH DESCRIPTION
19The \fImime.convs\fR file defines the filters that are available
20for converting files from one format to another. The standard
21filters support text, PDF, PostScript, HP-GL/2, and many types of
22image files.
23.LP
24Additional filters can be added to the \fImime.convs\fR file or
25(preferably) to other files in the CUPS configuration directory.
26.LP
27Each line in the \fImime.convs\fR file is a comment, blank, or filter
28line. Comment lines start with the # character. Filter lines specify
29the source and destination MIME types along with a relative cost
30associated with the filter and the filter to run:
31.br
32.nf
33
34super/type super/type cost filter
35application/postscript application/vnd.cups-raster 50 pstoraster
36.fi
37.SH SEE ALSO
38\fIclasses.conf(5)\fR, \fIcupsd(8)\fR, \fIcupsd.conf(5)\fR,
39\fImime.types(5)\fR, \fIprinters.conf(5)\fR,
40.br
41http://localhost:631/help
42.SH COPYRIGHT
43Copyright 2007 by Apple Inc.
44.\"
45.\" End of "$Id: mime.convs.man 6649 2007-07-11 21:46:42Z mike $".
46.\"