mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
REPO-4452: Add pipeline for text based mimetypes (#602)
* text based pipelines for dita formats
This commit is contained in:
@@ -273,6 +273,23 @@
|
|||||||
"transformOptions": [
|
"transformOptions": [
|
||||||
"archiveOptions"
|
"archiveOptions"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"transformerName": "textBasedToImageViaText",
|
||||||
|
"transformerPipeline" : [
|
||||||
|
{"transformerName": "string", "targetMediaType": "text/plain"},
|
||||||
|
{"transformerName": "textToImageViaPdf"}
|
||||||
|
],
|
||||||
|
"supportedSourceAndTargetList": [
|
||||||
|
{"sourceMediaType": "application/dita+xml", "targetMediaType": "image/gif" },
|
||||||
|
{"sourceMediaType": "application/dita+xml", "targetMediaType": "image/jpeg"},
|
||||||
|
{"sourceMediaType": "application/dita+xml", "targetMediaType": "image/tiff"},
|
||||||
|
{"sourceMediaType": "application/dita+xml", "targetMediaType": "image/png" }
|
||||||
|
],
|
||||||
|
"transformOptions": [
|
||||||
|
"pdfRendererOptions",
|
||||||
|
"imageMagickOptions"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Reference in New Issue
Block a user