]> git.ipfire.org Git - thirdparty/cups.git/blob - doc/help/man-mime.convs.html
Save work.
[thirdparty/cups.git] / doc / help / man-mime.convs.html
1 <!DOCTYPE HTML>
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>
11 mime.convs - mime type conversion file for cups
12 <h2 class="title"><a name="DESCRIPTION">Description</a></h2>
13 The <i>mime.convs</i> file defines the filters that are available
14 for converting files from one format to another. The standard
15 filters support text, PDF, PostScript, HP-GL/2, and many types of
16 image 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
20 line. Comment lines start with the # character. Filter lines specify
21 the source and destination MIME types along with a relative cost
22 associated with the filter and the filter to run:
23 <br>
24 <pre class="man">
25
26 super/type super/type cost filter
27 application/postscript application/vnd.cups-raster 50 pstoraster
28 </pre>
29 <h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
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>,
32 <br>
33 <a href="http://localhost:631/help">http://localhost:631/help</a>
34 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
35 Copyright 2007-2013 by Apple Inc.
36
37 </body>
38 </html>