]> git.ipfire.org Git - thirdparty/cups.git/blame - doc/help/man-mime.convs.html
Initial work on man page modernization (STR #4372)
[thirdparty/cups.git] / doc / help / man-mime.convs.html
CommitLineData
c277f98c 1<!DOCTYPE HTML>
94436c5a
MS
2<html>
3<!-- SECTION: Man Pages -->
4<head>
5 <link rel="stylesheet" type="text/css" href="../cups-printable.css">
6 <title>mime.convs(5)</title>
7</head>
8<body>
9<h1 class="title">mime.convs(5)</h1>
10<h2 class="title"><a name="NAME">Name</a></h2>
11mime.convs - mime type conversion file for cups
12<h2 class="title"><a name="DESCRIPTION">Description</a></h2>
13The <i>mime.convs</i> file defines the filters that are available
14for converting files from one format to another. The standard
15filters support text, PDF, PostScript, HP-GL/2, and many types of
16image files.
17<p>Additional filters can be added to the <i>mime.convs</i> file or
18(preferably) to other files in the CUPS configuration directory.
19<p>Each line in the <i>mime.convs</i> file is a comment, blank, or filter
20line. Comment lines start with the # character. Filter lines specify
21the source and destination MIME types along with a relative cost
22associated with the filter and the filter to run:
23<br>
24<pre>
25
26super/type super/type cost filter
27application/postscript application/vnd.cups-raster 50 pstoraster
28</pre>
29<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
c277f98c
MS
30<i>classes.conf(5)</i>, <i>cupsd(8)</i>, <i>cupsd.conf(5)</i>,
31<i>mime.types(5)</i>, <i>printers.conf(5)</i>,
94436c5a 32<br>
c277f98c 33<a href="http://localhost:631/help">http://localhost:631/help</a>
94436c5a
MS
34<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
35Copyright 2007-2013 by Apple Inc.
36
37</body>
38</html>