I received a clarification that [^custom-document-formats.json] is only available since 15.9, so then I redid the steps with a local modified [^document-formats.js] (taken from [this source|https://github.com/xwiki/xwiki-platform/blob/xwiki-platform-14.10.8/xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-importer/src/main/resources/document-formats.js]): * where I added according to the [procedure|https://extensions.xwiki.org/xwiki/bin/view/Extension/Office%20Macro#HConfiguration], to increase the slide images and improve quality:
{code:java} "PRESENTATION": { "FilterName": "impress_html_Export", "FilterData": { "PublishMode": 0, "Quality": 90, "Width": 1600 } },{code} * Saved the modified local file. * Added it in \xwiki-platform-distribution-flavor-jetty-hsqldb-14.10.8\webapps\xwiki\WEB-INF\classes * Started the wiki server (Jetty 14.10.8 as the client's version, having an Office server with LibreOffice set on it and connected).
Result: in full screen, I inspected the displayed image and the 800 width is shown (which is also the one shown on my side without adding a custom size), with no quality change. |
|