mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-05-19 17:14:47 +00:00
ATS-707: Update engine config (#227) [trigger release]
* add commandOptions for backwards compatibility * add missing html to pdf support for libreoffice
This commit is contained in:
parent
e62e919656
commit
57e4ea4381
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"transformOptions": {
|
"transformOptions": {
|
||||||
"imageMagickOptions": [
|
"imageMagickOptions": [
|
||||||
|
{"value": {"name": "commandOptions"}},
|
||||||
{"value": {"name": "alphaRemove"}},
|
{"value": {"name": "alphaRemove"}},
|
||||||
{"value": {"name": "autoOrient"}},
|
{"value": {"name": "autoOrient"}},
|
||||||
{"value": {"name": "startPage"}},
|
{"value": {"name": "startPage"}},
|
||||||
|
@ -43,6 +43,7 @@
|
|||||||
{"sourceMediaType": "text/html", "priority": 55, "targetMediaType": "text/html" },
|
{"sourceMediaType": "text/html", "priority": 55, "targetMediaType": "text/html" },
|
||||||
{"sourceMediaType": "text/html", "targetMediaType": "application/vnd.oasis.opendocument.text" },
|
{"sourceMediaType": "text/html", "targetMediaType": "application/vnd.oasis.opendocument.text" },
|
||||||
{"sourceMediaType": "text/html", "targetMediaType": "application/rtf" },
|
{"sourceMediaType": "text/html", "targetMediaType": "application/rtf" },
|
||||||
|
{"sourceMediaType": "text/html", "priority": 150, "targetMediaType": "application/pdf" },
|
||||||
|
|
||||||
{"sourceMediaType": "application/vnd.oasis.opendocument.graphics", "targetMediaType": "application/pdf" },
|
{"sourceMediaType": "application/vnd.oasis.opendocument.graphics", "targetMediaType": "application/pdf" },
|
||||||
{"sourceMediaType": "application/vnd.oasis.opendocument.graphics", "targetMediaType": "image/svg+xml" },
|
{"sourceMediaType": "application/vnd.oasis.opendocument.graphics", "targetMediaType": "image/svg+xml" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user