Skip to content
Snippets Groups Projects

Develop

Merged Cyril Vazquez requested to merge develop into Support/2.9.X
7 files
+ 38
16
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -879,7 +879,22 @@ conversionServices = "[
'softwareVersion' : '10.0',
'inputFormats' : ['fmt/14', 'fmt/15', 'fmt/16', 'fmt/17', 'fmt/18', 'fmt/19', 'fmt/20', 'fmt/276', 'fmt/1129'],
'outputFormats' : {
'fmt/95' : {}
'fmt/95' : {
'-dPDFSETTINGS' : '/prepress',
'-dNOOUTERSAVE' : null,
'-sColorConversionStrategy' : 'UseDeviceIndependentColor',
'-sProcessColorModel' : 'DeviceRGB',
'-dPDFA' : null,
'-sPDFACompatibilityPolicy' : '1'
},
'fmt/480' : {
'-dPDFSETTINGS' : '/prepress',
'-dNOOUTERSAVE' : null,
'-sColorConversionStrategy' : 'UseDeviceIndependentColor',
'-sProcessColorModel' : 'DeviceRGB',
'-dPDFA' : '3',
'-sPDFACompatibilityPolicy' : '1'
}
}
}
]"
Loading