]> git.ipfire.org Git - thirdparty/cups.git/blob - conf/mime.convs
Copyright update...
[thirdparty/cups.git] / conf / mime.convs
1 #
2 # "$Id: mime.convs,v 1.14 2002/01/02 17:58:38 mike Exp $"
3 #
4 # MIME converts file for the Common UNIX Printing System (CUPS).
5 #
6 # Copyright 1997-2002 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-3111 USA
19 #
20 # Voice: (301) 373-9603
21 # EMail: cups-info@cups.org
22 # WWW: http://www.cups.org
23 #
24
25 ########################################################################
26 #
27 # Format of Lines:
28 #
29 # source/type destination/type cost filter
30 #
31 # General Notes:
32 #
33 # The "cost" field is used to find the least costly filters to run
34 # when converting a job file to a printable format.
35 #
36 # All filters *must* accept the standard command-line arguments
37 # (job-id, user, title, copies, options, [filename or stdin]) to
38 # work with CUPS.
39 #
40
41 ########################################################################
42 #
43 # PostScript filters
44 #
45
46 application/pdf application/postscript 33 pdftops
47 application/postscript application/vnd.cups-postscript 66 pstops
48 application/vnd.hp-HPGL application/postscript 66 hpgltops
49 image/* application/vnd.cups-postscript 66 imagetops
50 application/x-cshell application/postscript 33 texttops
51 application/x-perl application/postscript 33 texttops
52 application/x-shell application/postscript 33 texttops
53 text/plain application/postscript 33 texttops
54 text/html application/postscript 33 texttops
55
56 ########################################################################
57 #
58 # Form filter...
59 #
60 # This filter does not currently exist, but the file format is defined
61 # in the IDD and registered with the IANA for future use...
62 #
63
64 #application/vnd.cups-form application/vnd.cups-postscript 33 formtops
65
66 ########################################################################
67 #
68 # Raster filters...
69 #
70
71 image/* application/vnd.cups-raster 100 imagetoraster
72 application/vnd.cups-postscript application/vnd.cups-raster 100 pstoraster
73
74 ########################################################################
75 #
76 # Raw filter...
77 #
78 # Uncomment the following filter and the application/octet-stream type
79 # in mime.types to allow printing of arbitrary files without the -oraw
80 # option.
81 #
82
83 #*/* application/vnd.cups-raw 0 -
84
85 #
86 # End of "$Id: mime.convs,v 1.14 2002/01/02 17:58:38 mike Exp $".
87 #