]> git.ipfire.org Git - thirdparty/cups.git/blame - man/mime.convs.man
Load cups into easysw/current.
[thirdparty/cups.git] / man / mime.convs.man
CommitLineData
ef416fc2 1.\"
bc44d920 2.\" "$Id: mime.convs.man 6649 2007-07-11 21:46:42Z mike $"
ef416fc2 3.\"
4.\" mime.convs man page for the Common UNIX Printing System (CUPS).
5.\"
bc44d920 6.\" Copyright 2007 by Apple Inc.
bd7854cb 7.\" Copyright 1997-2006 by Easy Software Products.
ef416fc2 8.\"
9.\" These coded instructions, statements, and computer programs are the
bc44d920 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/".
ef416fc2 14.\"
bc44d920 15.TH mime.convs 5 "Common UNIX Printing System" "20 March 2006" "Apple Inc."
ef416fc2 16.SH NAME
17mime.convs \- mime type conversion file for cups
18.SH DESCRIPTION
bd7854cb 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.
ef416fc2 23.LP
bd7854cb 24Additional filters can be added to the \fImime.convs\fR file or
25(preferably) to other files in the CUPS configuration directory.
ef416fc2 26.LP
e1d6a774 27Each line in the \fImime.convs\fR file is a comment, blank, or filter
ef416fc2 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
bd7854cb 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
ef416fc2 42.SH COPYRIGHT
bc44d920 43Copyright 2007 by Apple Inc.
ef416fc2 44.\"
bc44d920 45.\" End of "$Id: mime.convs.man 6649 2007-07-11 21:46:42Z mike $".
ef416fc2 46.\"