mirror of https://gitee.com/openkylin/cups.git
Apple AirPrint support
Bug-Ubuntu: https://bugs.launchpad.net/bugs/711779 Bug-Ubuntu: https://bugs.launchpad.net/bugs/1054495 Bug-Debian: https://bugs.debian.org/700961 Bug: https://github.com/apple/cups/issues/4341 Bug: https://github.com/OpenPrinting/cups/pull/27
This commit is contained in:
parent
510a6b3936
commit
8febec734d
|
@ -44,6 +44,9 @@ application/postscript application/vnd.cups-postscript 66 pstops
|
|||
application/vnd.cups-raster image/pwg-raster 100 rastertopwg
|
||||
application/vnd.cups-raster image/urf 100 rastertopwg
|
||||
|
||||
# Needed for printing from iOS (AirPrint) clients
|
||||
image/urf application/pdf 100 -
|
||||
|
||||
########################################################################
|
||||
#
|
||||
# Raw filter...
|
||||
|
|
|
@ -108,6 +108,9 @@ image/x-alias pix short(8,8) short(8,24)
|
|||
image/x-bitmap bmp string(0,BM) + !printable(2,14)
|
||||
image/x-icon ico
|
||||
|
||||
# Needed for printing from iOS (AirPrint) clients
|
||||
image/urf urf string(0,UNIRAST<00>)
|
||||
|
||||
########################################################################
|
||||
#
|
||||
# Text files...
|
||||
|
|
Loading…
Reference in New Issue