mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-07-31 17:38:33 +00:00
Fix/mnt 25089 html transformations with ootb aio create extra whitespace (#1079)
This commit is contained in:
@@ -40,6 +40,7 @@ The following externalized T-engines properties are available:
|
||||
| FILE_STORE_URL | T-Engine Port. | http://localhost:8099/alfresco/api/-default-/private/sfs/versions/1/file |
|
||||
| TRANSFORM_ENGINE_REQUEST_QUEUE | T-Engine queue used for async requests. | org.alfresco.transform.engine.misc.acs |
|
||||
| MISC_PDFBOX_DEFAULT_FONT | Default font used by PdfBox | NotoSans-Regular |
|
||||
| MISC_HTML_COLLAPSE | Html Collasping Option for HTML to TXT transformation | true |
|
||||
|
||||
## Libreoffice
|
||||
| Property | Description | Default value |
|
||||
@@ -98,4 +99,5 @@ The following externalized T-engines properties are available:
|
||||
| IMAGEMAGICK_EXE | Path to Imagemagick EXE. | /usr/bin/convert |
|
||||
| IMAGEMAGICK_CODERS | Path to Imagemagick custom coders. | |
|
||||
| IMAGEMAGICK_CONFIG | Path to Imagemagick custom config. | |
|
||||
| MISC_PDFBOX_DEFAULT_FONT | Default font used by PdfBox | NotoSans-Regular |
|
||||
| MISC_PDFBOX_DEFAULT_FONT | Default font used by PdfBox | NotoSans-Regular |
|
||||
| MISC_HTML_COLLAPSE | Html Collasping Option for HTML to TXT transformation explicitly for Misc Engine | true |
|
Reference in New Issue
Block a user