blob: b460d92b04245c5245164dd6e5bb7a83d68e8dd3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Lower PostScript-to-PostScript cost such that PostScript files are sent to
PostScript printers directly without intermediate conversion to PDF, see
http://www.linuxfoundation.org/collaborate/workgroups/openprinting/pdf_as_standard_print_job_format
--- conf/mime.convs.in.orig 2013-06-07 01:00:33 UTC
+++ conf/mime.convs.in
@@ -38,7 +38,7 @@
# PostScript filters
#
-application/postscript application/vnd.cups-postscript 66 pstops
+application/postscript application/vnd.cups-postscript 65 pstops
########################################################################
#
|