Class LibreOfficeManager

java.lang.Object
com.logicaldoc.conversion.LibreOfficeManager

@Component("libreOfficeManager") public class LibreOfficeManager extends Object
A place holder for the Jodconverter office manager
Since:
8.8.5
Author:
Marco Meschieri - LogicalDOC
  • Constructor Details

    • LibreOfficeManager

      public LibreOfficeManager()
  • Method Details

    • get

      public static LibreOfficeManager get()
      Gets the object available in the application context
      Returns:
      the instance of this object in the application context
    • start

      public void start(int[] ports, long taskTimeout, int tasks, String officeHome) throws org.jodconverter.core.office.OfficeException
      Throws:
      org.jodconverter.core.office.OfficeException
    • stop

      public void stop()
    • init

      @PostConstruct public void init()