home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / cups / mime.convs < prev    next >
Encoding:
Text File  |  2006-10-09  |  4.4 KB  |  117 lines

  1. #
  2. #
  3. #   MIME converts file for the Common UNIX Printing System (CUPS).
  4. #
  5. #   Copyright 1997-2005 by Easy Software Products.
  6. #
  7. #   These coded instructions, statements, and computer programs are the
  8. #   property of Easy Software Products and are protected by Federal
  9. #   copyright law.  Distribution and use rights are outlined in the file
  10. #   "LICENSE.txt" which should have been included with this file.  If this
  11. #   file is missing or damaged please contact Easy Software Products
  12. #   at:
  13. #
  14. #       Attn: CUPS Licensing Information
  15. #       Easy Software Products
  16. #       44141 Airport View Drive, Suite 204
  17. #       Hollywood, Maryland 20636 USA
  18. #
  19. #       Voice: (301) 373-9600
  20. #       EMail: cups-info@cups.org
  21. #         WWW: http://www.cups.org
  22. #
  23.  
  24. ########################################################################
  25. #
  26. # Format of Lines:
  27. #
  28. #   source/type destination/type cost filter
  29. #
  30. # General Notes:
  31. #
  32. #   The "cost" field is used to find the least costly filters to run
  33. #   when converting a job file to a printable format.
  34. #
  35. #   All filters *must* accept the standard command-line arguments
  36. #   (job-id, user, title, copies, options, [filename or stdin]) to
  37. #   work with CUPS.
  38. #
  39.  
  40. ########################################################################
  41. #
  42. # PostScript filters
  43. #
  44.  
  45. application/pdf        application/postscript    33    pdftops
  46. application/postscript    application/vnd.cups-postscript    66    pstops
  47. application/vnd.hp-HPGL    application/postscript    66    hpgltops
  48. application/x-cshell    application/postscript    33    texttops
  49. application/x-csource    application/postscript    33    texttops
  50. application/x-perl    application/postscript    33    texttops
  51. application/x-shell    application/postscript    33    texttops
  52. text/plain        application/postscript    33    texttops
  53. text/html        application/postscript    33    texttops
  54. image/gif        application/vnd.cups-postscript    66    imagetops
  55. image/png        application/vnd.cups-postscript    66    imagetops
  56. image/jpeg        application/vnd.cups-postscript    66    imagetops
  57. image/tiff        application/vnd.cups-postscript    66    imagetops
  58. image/x-bitmap        application/vnd.cups-postscript    66    imagetops
  59. image/x-photocd        application/vnd.cups-postscript    66    imagetops
  60. image/x-portable-anymap    application/vnd.cups-postscript    66    imagetops
  61. image/x-portable-bitmap    application/vnd.cups-postscript    66    imagetops
  62. image/x-portable-graymap application/vnd.cups-postscript    66    imagetops
  63. image/x-portable-pixmap    application/vnd.cups-postscript    66    imagetops
  64. image/x-sgi-rgb        application/vnd.cups-postscript    66    imagetops
  65. image/x-xbitmap        application/vnd.cups-postscript    66    imagetops
  66. image/x-xpixmap        application/vnd.cups-postscript    66    imagetops
  67. #image/x-xwindowdump    application/vnd.cups-postscript    66    imagetops
  68. image/x-sun-raster    application/vnd.cups-postscript    66    imagetops
  69.  
  70.  
  71. ########################################################################
  72. #
  73. # Form filter...
  74. #
  75. # This filter does not currently exist, but the file format is defined
  76. # in the IDD and registered with the IANA for future use...
  77. #
  78.  
  79. #application/vnd.cups-form application/vnd.cups-postscript 33 formtops
  80.  
  81. ########################################################################
  82. #
  83. # Raster filters...
  84. #
  85.  
  86. image/gif        application/vnd.cups-raster    100    imagetoraster
  87. image/png        application/vnd.cups-raster    100    imagetoraster
  88. image/jpeg        application/vnd.cups-raster    100    imagetoraster
  89. image/tiff        application/vnd.cups-raster    100    imagetoraster
  90. image/x-bitmap        application/vnd.cups-raster    100    imagetoraster
  91. image/x-photocd        application/vnd.cups-raster    100    imagetoraster
  92. image/x-portable-anymap    application/vnd.cups-raster    100    imagetoraster
  93. image/x-portable-bitmap    application/vnd.cups-raster    100    imagetoraster
  94. image/x-portable-graymap application/vnd.cups-raster    100    imagetoraster
  95. image/x-portable-pixmap    application/vnd.cups-raster    100    imagetoraster
  96. image/x-sgi-rgb        application/vnd.cups-raster    100    imagetoraster
  97. image/x-xbitmap        application/vnd.cups-raster    100    imagetoraster
  98. image/x-xpixmap        application/vnd.cups-raster    100    imagetoraster
  99. #image/x-xwindowdump    application/vnd.cups-raster    100    imagetoraster
  100. image/x-sun-raster    application/vnd.cups-raster    100    imagetoraster
  101.  
  102. # pstoraster is now part of ESP Ghostscript...
  103. #application/vnd.cups-postscript    application/vnd.cups-raster    100    pstoraster
  104.  
  105. ########################################################################
  106. #
  107. # Raw filter...
  108. #
  109. # Uncomment the following filter to allow printing of arbitrary files
  110. # without the -oraw option.
  111. #
  112.  
  113. #application/octet-stream    application/vnd.cups-raw    0    -
  114.  
  115. #
  116. #
  117.