mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-08-07 17:48:35 +00:00
task/ATS-731_Update_T-Engines_config_with_remaining_legacy_transformers: Added missing Transforms
This commit is contained in:
@@ -1145,7 +1145,7 @@
|
||||
{"sourceMediaType": "image/vnd.adobe.photoshop", "priority": 100, "targetMediaType": "image/jp2" },
|
||||
{"sourceMediaType": "image/vnd.adobe.photoshop", "priority": 100, "targetMediaType": "image/ief" },
|
||||
{"sourceMediaType": "image/vnd.adobe.photoshop", "priority": 100, "targetMediaType": "image/gif" },
|
||||
{"sourceMediaType": "image/vnd.adobe.photoshop", "priority": 100, "targetMediaType": "application/postscript" },
|
||||
{"sourceMediaType": "image/vnd.adobe.photoshop", "priority": 100, "targetMediaType": "application/eps" },
|
||||
{"sourceMediaType": "image/vnd.adobe.photoshop", "priority": 100, "targetMediaType": "image/x-raw-adobe" },
|
||||
{"sourceMediaType": "image/vnd.adobe.photoshop", "priority": 100, "targetMediaType": "image/x-raw-canon" },
|
||||
{"sourceMediaType": "image/vnd.adobe.photoshop", "priority": 100, "targetMediaType": "image/cgm" },
|
||||
|
@@ -235,6 +235,7 @@
|
||||
{"sourceMediaType": "application/vnd.sun.xml.writer", "targetMediaType": "text/html" },
|
||||
{"sourceMediaType": "application/vnd.sun.xml.writer", "targetMediaType": "application/vnd.oasis.opendocument.text" },
|
||||
{"sourceMediaType": "application/vnd.sun.xml.writer", "targetMediaType": "application/rtf" },
|
||||
{"sourceMediaType": "application/vnd.sun.xml.writer", "priority": 110, "targetMediaType": "application/vnd.sun.xml.writer.template" },
|
||||
{"sourceMediaType": "application/vnd.sun.xml.writer", "priority": 110, "targetMediaType": "application/vnd.sun.xml.writer" },
|
||||
{"sourceMediaType": "application/vnd.sun.xml.writer", "priority": 110, "targetMediaType": "application/vnd.oasis.opendocument.text-template" },
|
||||
{"sourceMediaType": "application/vnd.sun.xml.writer", "targetMediaType": "application/pdf" },
|
||||
@@ -271,6 +272,7 @@
|
||||
{"sourceMediaType": "application/wordperfect", "targetMediaType": "text/html" },
|
||||
{"sourceMediaType": "application/wordperfect", "targetMediaType": "application/vnd.oasis.opendocument.text" },
|
||||
{"sourceMediaType": "application/wordperfect", "targetMediaType": "application/rtf" },
|
||||
{"sourceMediaType": "application/wordperfect", "priority": 110, "targetMediaType": "application/vnd.sun.xml.writer" },
|
||||
{"sourceMediaType": "application/wordperfect", "priority": 110, "targetMediaType": "application/vnd.sun.xml.writer.template" },
|
||||
{"sourceMediaType": "application/wordperfect", "priority": 110, "targetMediaType": "application/vnd.oasis.opendocument.text-template" },
|
||||
{"sourceMediaType": "application/wordperfect", "targetMediaType": "application/pdf" },
|
||||
@@ -280,6 +282,8 @@
|
||||
{"sourceMediaType": "application/vnd.ms-excel", "targetMediaType": "application/vnd.oasis.opendocument.spreadsheet-template" },
|
||||
{"sourceMediaType": "application/vnd.ms-excel", "targetMediaType": "text/csv" },
|
||||
{"sourceMediaType": "application/vnd.ms-excel", "targetMediaType": "text/tab-separated-values" },
|
||||
{"sourceMediaType": "application/vnd.ms-excel", "priority": 110, "targetMediaType": "application/vnd.sun.xml.calc" },
|
||||
{"sourceMediaType": "application/vnd.ms-excel", "priority": 110, "targetMediaType": "application/vnd.sun.xml.calc.template" },
|
||||
{"sourceMediaType": "application/vnd.ms-excel", "maxSourceSizeBytes": 18874368, "targetMediaType": "application/pdf" },
|
||||
|
||||
{"sourceMediaType": "application/vnd.ms-excel.sheet.binary.macroenabled.12", "targetMediaType": "text/html" },
|
||||
|
@@ -474,7 +474,6 @@
|
||||
{"sourceMediaType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "priority": 55, "targetMediaType": "text/html"},
|
||||
{"sourceMediaType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "targetMediaType": "text/plain"},
|
||||
{"sourceMediaType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "targetMediaType": "application/xhtml+xml"},
|
||||
{"sourceMediaType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "targetMediaType": ""},
|
||||
{"sourceMediaType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "targetMediaType": "text/xml"},
|
||||
|
||||
{"sourceMediaType": "application/vnd.ms-excel.template.macroenabled.12", "targetMediaType": "text/html"},
|
||||
|
Reference in New Issue
Block a user