]> 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.\"
bd7854cb 2.\" "$Id: mime.convs.man 5099 2006-02-13 02:46:10Z mike $"
ef416fc2 3.\"
4.\" mime.convs man page for the Common UNIX Printing System (CUPS).
5.\"
bd7854cb 6.\" Copyright 1997-2006 by Easy Software Products.
ef416fc2 7.\"
8.\" These coded instructions, statements, and computer programs are the
9.\" property of Easy Software Products and are protected by Federal
10.\" copyright law. Distribution and use rights are outlined in the file
11.\" "LICENSE.txt" which should have been included with this file. If this
12.\" file is missing or damaged please contact Easy Software Products
13.\" at:
14.\"
15.\" Attn: CUPS Licensing Information
16.\" Easy Software Products
17.\" 44141 Airport View Drive, Suite 204
18.\" Hollywood, Maryland 20636 USA
19.\"
20.\" Voice: (301) 373-9600
21.\" EMail: cups-info@cups.org
22.\" WWW: http://www.cups.org
23.\"
bd7854cb 24.TH mime.convs 5 "Common UNIX Printing System" "12 February 2006" "Easy Software Products"
ef416fc2 25.SH NAME
26mime.convs \- mime type conversion file for cups
27.SH DESCRIPTION
bd7854cb 28The \fImime.convs\fR file defines the filters that are available
29for converting files from one format to another. The standard
30filters support text, PDF, PostScript, HP-GL/2, and many types of
31image files.
ef416fc2 32.LP
bd7854cb 33Additional filters can be added to the \fImime.convs\fR file or
34(preferably) to other files in the CUPS configuration directory.
ef416fc2 35.LP
36Each line in the \fImime.types\fR file is a comment, blank, or filter
37line. Comment lines start with the # character. Filter lines specify
38the source and destination MIME types along with a relative cost
39associated with the filter and the filter to run:
40.br
41.nf
42
43super/type super/type cost filter
44application/postscript application/vnd.cups-raster 50 pstoraster
45.fi
46.SH SEE ALSO
bd7854cb 47\fIclasses.conf(5)\fR, \fIcupsd(8)\fR, \fIcupsd.conf(5)\fR,
48\fImime.types(5)\fR, \fIprinters.conf(5)\fR,
49.br
50http://localhost:631/help
ef416fc2 51.SH COPYRIGHT
bd7854cb 52Copyright 1997-2006 by Easy Software Products, All Rights Reserved.
ef416fc2 53.\"
bd7854cb 54.\" End of "$Id: mime.convs.man 5099 2006-02-13 02:46:10Z mike $".
ef416fc2 55.\"