]> git.ipfire.org Git - thirdparty/cups.git/blob - man/mime.convs.man
Load cups into easysw/current.
[thirdparty/cups.git] / man / mime.convs.man
1 .\"
2 .\" "$Id: mime.convs.man 5099 2006-02-13 02:46:10Z mike $"
3 .\"
4 .\" mime.convs man page for the Common UNIX Printing System (CUPS).
5 .\"
6 .\" Copyright 1997-2006 by Easy Software Products.
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 .\"
24 .TH mime.convs 5 "Common UNIX Printing System" "12 February 2006" "Easy Software Products"
25 .SH NAME
26 mime.convs \- mime type conversion file for cups
27 .SH DESCRIPTION
28 The \fImime.convs\fR file defines the filters that are available
29 for converting files from one format to another. The standard
30 filters support text, PDF, PostScript, HP-GL/2, and many types of
31 image files.
32 .LP
33 Additional filters can be added to the \fImime.convs\fR file or
34 (preferably) to other files in the CUPS configuration directory.
35 .LP
36 Each line in the \fImime.types\fR file is a comment, blank, or filter
37 line. Comment lines start with the # character. Filter lines specify
38 the source and destination MIME types along with a relative cost
39 associated with the filter and the filter to run:
40 .br
41 .nf
42
43 super/type super/type cost filter
44 application/postscript application/vnd.cups-raster 50 pstoraster
45 .fi
46 .SH SEE ALSO
47 \fIclasses.conf(5)\fR, \fIcupsd(8)\fR, \fIcupsd.conf(5)\fR,
48 \fImime.types(5)\fR, \fIprinters.conf(5)\fR,
49 .br
50 http://localhost:631/help
51 .SH COPYRIGHT
52 Copyright 1997-2006 by Easy Software Products, All Rights Reserved.
53 .\"
54 .\" End of "$Id: mime.convs.man 5099 2006-02-13 02:46:10Z mike $".
55 .\"