pydocmaker.backend.libreoffice_api ================================== .. py:module:: pydocmaker.backend.libreoffice_api Attributes ---------- .. autoapisummary:: pydocmaker.backend.libreoffice_api.allow_libreoffice pydocmaker.backend.libreoffice_api._done pydocmaker.backend.libreoffice_api._testing_thread pydocmaker.backend.libreoffice_api._libreoffice_path pydocmaker.backend.libreoffice_api.PATH_OPTIONS pydocmaker.backend.libreoffice_api._testing_thread Functions --------- .. autoapisummary:: pydocmaker.backend.libreoffice_api.config_libreoffice_path_set pydocmaker.backend.libreoffice_api.config_libreoffice_path_get pydocmaker.backend.libreoffice_api.config_libreoffice_path_testset pydocmaker.backend.libreoffice_api.config_libreoffice_path_find pydocmaker.backend.libreoffice_api._test_is_libreoffice_installed_threadfun pydocmaker.backend.libreoffice_api.can_use_libreoffice pydocmaker.backend.libreoffice_api.to_pdf Module Contents --------------- .. py:data:: allow_libreoffice :value: True .. py:data:: _done .. py:data:: _testing_thread :value: None .. py:data:: _libreoffice_path :value: None .. py:data:: PATH_OPTIONS :value: ['C:\\Program Files\\LibreOffice\\program\\soffice.exe', 'C:\\Program Files... .. py:function:: config_libreoffice_path_set(path) sets a new path for the libreoffice executeable (use None to force the backend to try to resolve it anew) :returns: the newly set path for the libreoffice executeable or None, if it has not been resolved yet. :rtype: str|None .. py:function:: config_libreoffice_path_get() gets the currently set path for the libreoffice executeable or None, if it has not been resolved yet. :returns: the currently set path for the libreoffice executeable or None, if it has not been resolved yet. :rtype: str|None .. py:function:: config_libreoffice_path_testset() .. py:function:: config_libreoffice_path_find() .. py:function:: _test_is_libreoffice_installed_threadfun() .. py:data:: _testing_thread .. py:function:: can_use_libreoffice(force_reload=False) .. py:function:: to_pdf(input_file, output_pdf)