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