ATS-731: Add missing legacy pipelines to the local basePipelines json file (#1011)

* ATS-731: Added new pipelines

* ATS-731: Took out new line

* ATS-731: Fixed spacing

* ATS-731: Add missing source and target MediaTypes to the libreofficeToPdf pipeline

* ATS-731: Add OutlookMsg2Office transformer pipeline

* ATS-731: Renamed pipeline OutlookMsg2Office to outlookMsgToLibreofficeViaText

* ATS-762: Remove duplicate MediaTypes from libreofficeToPdf pipeline and add options to it and the outlookMsgToLibreofficeViaText pipeline

Co-authored-by: kristian <kristian.dimitrov@alfresco.com>
This commit is contained in:
Ayman Harake
2020-06-15 09:43:23 +01:00
committed by GitHub
parent 14d147b419
commit 403256e5fa

View File

@@ -198,6 +198,47 @@
"archiveOptions"
]
},
{
"transformerName": "libreofficeHtmlToPdfViaOdt",
"transformerPipeline" : [
{"transformerName": "libreoffice", "targetMediaType": "application/vnd.oasis.opendocument.text"},
{"transformerName": "libreoffice"}
],
"supportedSourceAndTargetList": [
{"sourceMediaType": "text/html", "targetMediaType": "application/pdf" }
],
"transformOptions": [
]
},
{
"transformerName": "libreofficeToPdf",
"transformerFailover" : [ "libreoffice", "libreofficeHtmlToPdfViaOdt" ],
"supportedSourceAndTargetList": [
{"sourceMediaType": "application/vnd.oasis.opendocument.graphics", "priority": 150, "targetMediaType": "application/pdf" },
{"sourceMediaType": "application/vnd.sun.xml.calc.template", "priority": 150, "targetMediaType": "application/pdf" },
{"sourceMediaType": "application/vnd.sun.xml.impress.template", "priority": 150, "targetMediaType": "application/pdf" },
{"sourceMediaType": "application/vnd.sun.xml.writer.template", "priority": 150, "targetMediaType": "application/pdf" },
{"sourceMediaType": "text/tab-separated-values", "priority": 150, "targetMediaType": "application/pdf" },
{"sourceMediaType": "application/vnd.visio2013", "priority": 150, "targetMediaType": "application/pdf" },
{"sourceMediaType": "application/wordperfect", "priority": 150, "targetMediaType": "application/pdf" },
{"sourceMediaType": "application/vnd.sun.xml.calc", "priority": 150, "targetMediaType": "application/pdf" },
{"sourceMediaType": "application/vnd.sun.xml.impress", "priority": 150, "targetMediaType": "application/pdf" }
],
"transformOptions": [
]
},
{
"transformerName": "libreofficeToPdfBoxViaPdf",
"transformerPipeline" : [
{"transformerName": "libreofficeToPdf", "targetMediaType": "application/pdf"},
{"transformerName": "PdfBox"}
],
"supportedSourceAndTargetList": [
],
"transformOptions": [
"pdfboxOptions"
]
},
{
"transformerName": "textBasedToImageViaText",
"transformerPipeline" : [
@@ -210,6 +251,18 @@
"pdfRendererOptions",
"imageMagickOptions"
]
},
{
"transformerName": "outlookMsgToLibreofficeViaText",
"transformerPipeline" : [
{"transformerName": "OutlookMsg", "targetMediaType": "text/plain"},
{"transformerName": "libreoffice"}
],
"supportedSourceAndTargetList": [
],
"transformOptions": [
"tikaOptions"
]
}
]
}