1#
2# "$Id: mime.convs.in 11093 2013-07-03 20:48:42Z msweet $"
3#
4#   DO NOT EDIT THIS FILE, AS IT IS OVERWRITTEN WHEN YOU INSTALL NEW
5#   VERSIONS OF CUPS.  Instead, create a "local.convs" file that
6#   reflects your local configuration changes.
7#
8#   Base MIME conversions file for CUPS.
9#
10#   Copyright 2007-2011 by Apple Inc.
11#   Copyright 1997-2007 by Easy Software Products.
12#
13#   These coded instructions, statements, and computer programs are the
14#   property of Apple Inc. and are protected by Federal copyright
15#   law.  Distribution and use rights are outlined in the file "LICENSE.txt"
16#   which should have been included with this file.  If this file is
17#   file is missing or damaged, see the license at "http://www.cups.org/".
18#
19
20########################################################################
21#
22# Format of Lines:
23#
24#   source/type destination/type cost filter
25#
26# General Notes:
27#
28#   The "cost" field is used to find the least costly filters to run
29#   when converting a job file to a printable format.
30#
31#   All filters *must* accept the standard command-line arguments
32#   (job-id, user, title, copies, options, [filename or stdin]) to
33#   work with CUPS.
34#
35
36########################################################################
37#
38# PostScript filters
39#
40
41application/postscript		application/vnd.cups-postscript	66	pstops
42
43########################################################################
44#
45# Raster filters...
46#
47
48# PWG Raster filter for IPP Everywhere...
49application/vnd.cups-raster	image/pwg-raster		100	rastertopwg
50
51########################################################################
52#
53# Raw filter...
54#
55# Uncomment the following filter to allow printing of arbitrary files
56# without the -oraw option.
57#
58
59@DEFAULT_RAW_PRINTING@application/octet-stream	application/vnd.cups-raw	0	-
60
61#
62# End of "$Id: mime.convs.in 11093 2013-07-03 20:48:42Z msweet $".
63#
64