xref: /aosp_15_r20/external/libcups/conf/mime.convs.in (revision 5e7646d21f1134fb0638875d812ef646c12ab91e)
1*5e7646d2SAndroid Build Coastguard Worker#
2*5e7646d2SAndroid Build Coastguard Worker# DO NOT EDIT THIS FILE, AS IT IS OVERWRITTEN WHEN YOU INSTALL NEW
3*5e7646d2SAndroid Build Coastguard Worker# VERSIONS OF CUPS.  Instead, create a "local.convs" file that
4*5e7646d2SAndroid Build Coastguard Worker# reflects your local configuration changes.
5*5e7646d2SAndroid Build Coastguard Worker#
6*5e7646d2SAndroid Build Coastguard Worker# Base MIME conversions file for CUPS.
7*5e7646d2SAndroid Build Coastguard Worker#
8*5e7646d2SAndroid Build Coastguard Worker# Copyright © 2007-2016 by Apple Inc.
9*5e7646d2SAndroid Build Coastguard Worker# Copyright © 1997-2007 by Easy Software Products.
10*5e7646d2SAndroid Build Coastguard Worker#
11*5e7646d2SAndroid Build Coastguard Worker# Licensed under Apache License v2.0.  See the file "LICENSE" for more
12*5e7646d2SAndroid Build Coastguard Worker# information.
13*5e7646d2SAndroid Build Coastguard Worker#
14*5e7646d2SAndroid Build Coastguard Worker
15*5e7646d2SAndroid Build Coastguard Worker########################################################################
16*5e7646d2SAndroid Build Coastguard Worker#
17*5e7646d2SAndroid Build Coastguard Worker# Format of Lines:
18*5e7646d2SAndroid Build Coastguard Worker#
19*5e7646d2SAndroid Build Coastguard Worker#   source/type destination/type cost filter
20*5e7646d2SAndroid Build Coastguard Worker#
21*5e7646d2SAndroid Build Coastguard Worker# General Notes:
22*5e7646d2SAndroid Build Coastguard Worker#
23*5e7646d2SAndroid Build Coastguard Worker#   The "cost" field is used to find the least costly filters to run
24*5e7646d2SAndroid Build Coastguard Worker#   when converting a job file to a printable format.
25*5e7646d2SAndroid Build Coastguard Worker#
26*5e7646d2SAndroid Build Coastguard Worker#   All filters *must* accept the standard command-line arguments
27*5e7646d2SAndroid Build Coastguard Worker#   (job-id, user, title, copies, options, [filename or stdin]) to
28*5e7646d2SAndroid Build Coastguard Worker#   work with CUPS.
29*5e7646d2SAndroid Build Coastguard Worker#
30*5e7646d2SAndroid Build Coastguard Worker
31*5e7646d2SAndroid Build Coastguard Worker########################################################################
32*5e7646d2SAndroid Build Coastguard Worker#
33*5e7646d2SAndroid Build Coastguard Worker# PostScript filters
34*5e7646d2SAndroid Build Coastguard Worker#
35*5e7646d2SAndroid Build Coastguard Worker
36*5e7646d2SAndroid Build Coastguard Workerapplication/postscript		application/vnd.cups-postscript	66	pstops
37*5e7646d2SAndroid Build Coastguard Worker
38*5e7646d2SAndroid Build Coastguard Worker########################################################################
39*5e7646d2SAndroid Build Coastguard Worker#
40*5e7646d2SAndroid Build Coastguard Worker# Raster filters...
41*5e7646d2SAndroid Build Coastguard Worker#
42*5e7646d2SAndroid Build Coastguard Worker
43*5e7646d2SAndroid Build Coastguard Worker# PWG Raster filter for IPP Everywhere...
44*5e7646d2SAndroid Build Coastguard Workerapplication/vnd.cups-raster	image/pwg-raster		100	rastertopwg
45*5e7646d2SAndroid Build Coastguard Workerapplication/vnd.cups-raster	image/urf			100	rastertopwg
46*5e7646d2SAndroid Build Coastguard Worker
47*5e7646d2SAndroid Build Coastguard Worker########################################################################
48*5e7646d2SAndroid Build Coastguard Worker#
49*5e7646d2SAndroid Build Coastguard Worker# Raw filter...
50*5e7646d2SAndroid Build Coastguard Worker#
51*5e7646d2SAndroid Build Coastguard Worker# Uncomment the following filter to allow printing of arbitrary files
52*5e7646d2SAndroid Build Coastguard Worker# without the -oraw option.
53*5e7646d2SAndroid Build Coastguard Worker#
54*5e7646d2SAndroid Build Coastguard Worker
55*5e7646d2SAndroid Build Coastguard Worker@DEFAULT_RAW_PRINTING@application/octet-stream	application/vnd.cups-raw	0	-
56