v4.4.8
v4.4.8 (2024-09-01)
Implemented enhancements:
- Add xlsm support in DefaultDocumentFormatRegistry #391
Fixed bugs:
- No qualifying bean of type 'org.jodconverter.core.DocumentConverter' available #390
- Task keeps hanging when using Remote JodConverter #384
- Scanner (IO) bug #383
Closed issues:
- Incompatible with LO 24.x (probably?) on macos #386
- Removed unnecessary
@ConfigurationPropertiesScanonJodConverterLocalPropertiesandJodConverterRemoteProperties#377 - Information about supported properties and their meaning #372
- The Word document with more than 12 pages will automatically cancel the task. #364
- pptx file conversion of PDF failed #359
Merged pull requests:
- @bianjp made their first contribution in https://github.com/jodconverter/jodconverter/pull/378
v4.4.5
v4.4.5 (2022-12-21)
Implemented enhancements:
- ExternalOfficeManager does not work #278
Fixed bugs:
- java.lang.NullPointerException: byExtension(extension) must not be null #319
- Missing classes exception for the DefaultDocumentFormatRegistry #317
- Failed to start bean 'documentationPluginsBootstrapper' when starting rest version #315
- IndexOutOfBoundsException: Index: 1, Size: 1 when Run multiple tasks in concurrent. #310
- Got error when using org.jodconverter:jodconverter-local-lo #309
Merged pull requests:
- Migrate to swagger v3 / openapi - fixes #317 #318 (EugenMayer)
v4.4.3
v4.4.3 (2022-09-15)
Implemented enhancements:
- Provide builds of both OpenOffice and LibreOffice dependencies in the maven center #273
- support keepAliveOnShutdown through CLI #269
- Issues converting potx and xltx #259
Fixed bugs:
- gradle build fail~~~~ with libreoffice 7.1.5 #271
Closed issues:
- Task :distZip FAILED #303
- Added WEB document family #297
- Spring configuration metadata json not generated #295
- Specific Exception for Password Protected files #233
Merged pull requests:
- Update to spring boot 2.7.3 to fix CVEs #307 (EugenMayer)
- Build spring-boot configuration metadata into jar #295 #296 (shysteph)
- add format definition for PowerPoint XML templates (#259) #270 (stellingsimon)
- ✨new document format xltx #257 (jgoldhammer)