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:
eknizat 2020-04-18 16:51:52 +01:00 committed by GitHub
parent e62e919656
commit 57e4ea4381
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{
"transformOptions": {
"imageMagickOptions": [
{"value": {"name": "commandOptions"}},
{"value": {"name": "alphaRemove"}},
{"value": {"name": "autoOrient"}},
{"value": {"name": "startPage"}},

View File

@ -43,6 +43,7 @@
{"sourceMediaType": "text/html", "priority": 55, "targetMediaType": "text/html" },
{"sourceMediaType": "text/html", "targetMediaType": "application/vnd.oasis.opendocument.text" },
{"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": "image/svg+xml" },