jodconverter/jodconverter
 Watch   
 Star   
 Fork   
2025-08-22 05:01:54
jodconverter

v4.4.11

Changelog

v4.4.11 (2025-08-21)

Full Changelog

Implemented enhancements:

  • Add support for named pipe in spring boot #431
  • officeManager.isRunning\(\) is meaningless with asynchronous process management #428
2025-07-20 23:25:37
jodconverter

v4.4.10

Changelog

v4.4.10 (2025-07-18)

Full Changelog

Closed issues:

  • Improve documentation
  • Change the logging level for expected error "office process died with exit code 81" from warn to info.
2025-05-16 04:33:55
jodconverter

v4.4.9

Changelog

Full Changelog

Implemented enhancements:

  • Remove the disableOpengl option. #426

Fixed bugs:

  • Libre Office disconnects when converting a password protected ODT file to PDF #423
  • On more recent Java version like Java 17, JODconverter has runtime exception Unable to create instance DocumentFormat #408
2024-09-02 00:21:51
jodconverter

v4.4.8

Changelog

v4.4.8 (2024-09-01)

Full Changelog

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 @ConfigurationPropertiesScan on JodConverterLocalProperties and JodConverterRemoteProperties #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:

  • Remove unnecessary ConfigurationPropertiesScan annotation #378 (bianjp)

New Contributors

2023-12-14 06:57:52
jodconverter

v4.4.7

Changelog

v4.4.7 (2023-12-13)

Full Changelog

Fixed bugs:

  • Using SpringBoot autoconfiguration with a remote setup fails with ClassNotFoundException #331

Merged pull requests:

  • add support for websocket urps available >= LibreOffice 24.2 #355 (caolanm)
  • Add support for additional HTML extension alias #338 (LiamMacP)
2023-01-28 04:51:02
jodconverter

v4.4.6

Changelog

v4.4.6 (2023-01-27)

Full Changelog

Implemented enhancements:

  • Added the ability to provide a custom-document-formats.json file #323
  • Jodconverter not working with spring-boot 3 #320

Merged pull requests:

2022-12-21 21:50:01
jodconverter

v4.4.5

Changelog

v4.4.5 (2022-12-21)

Full Changelog

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:

2022-09-22 13:09:02
jodconverter

v4.4.4

Changelog

v4.4.4 (2022-09-22)

Full Changelog

Implemented enhancements:

  • Change default UpdateDocMode behavior and add new option to keep old behavior.
  • Added FilterData and FilterOption do DocumentFormat builder.
2022-09-16 04:43:01
jodconverter

v4.4.3

Changelog

v4.4.3 (2022-09-15)

Full Changelog

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:

2021-02-10 22:38:31
jodconverter

v4.4.2

Changelog

v4.4.2 (2021-02-10)

Full Changelog

Fixed bugs:

  • DocumentFormat.input family should be optional. #249