]> git.ipfire.org Git - thirdparty/cups.git/blame - conf/mime.convs.in
Merge changes from CUPS 1.6svn-r9939.
[thirdparty/cups.git] / conf / mime.convs.in
CommitLineData
ef416fc2 1#
db1f069b 2# "$Id: mime.convs.in 6761 2007-08-02 17:58:59Z mike $"
c0e1af83 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.
ef416fc2 7#
07ed0e9a 8# Base MIME conversions file for CUPS.
ef416fc2 9#
07ed0e9a 10# Copyright 2007-2011 by Apple Inc.
c0e1af83 11# Copyright 1997-2007 by Easy Software Products.
ef416fc2 12#
13# These coded instructions, statements, and computer programs are the
bc44d920 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/".
ef416fc2 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
cda47a96 41application/postscript application/vnd.cups-postscript 66 pstops
ef416fc2 42
43########################################################################
44#
45# Raster filters...
46#
47
07ed0e9a
MS
48# PWG Raster filter for IPP Everywhere...
49application/vnd.cups-raster image/pwg-raster 100 rastertopwg
50
ef416fc2 51########################################################################
52#
53# Raw filter...
54#
89d46774 55# Uncomment the following filter to allow printing of arbitrary files
56# without the -oraw option.
ef416fc2 57#
58
09a101d6 59@DEFAULT_RAW_PRINTING@application/octet-stream application/vnd.cups-raw 0 -
ef416fc2 60
61#
db1f069b 62# End of "$Id: mime.convs.in 6761 2007-08-02 17:58:59Z mike $".
ef416fc2 63#