Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Versions 1.6+ file type conversion issues #156

Open
vladd-bit opened this issue Jan 16, 2025 · 0 comments
Open

Versions 1.6+ file type conversion issues #156

vladd-bit opened this issue Jan 16, 2025 · 0 comments

Comments

@vladd-bit
Copy link

Libre office version : libreoffice4.24.2.7
Ubuntu version: 24.04 Noble
Unoserver version: 3.1

Trying to convert rtf/doc(x)/html/txt/html/odt -> pdf files fails

 loffice_subprocess = Popen(args=[LIBRE_OFFICE_PYTHON_PATH, "-m", "unoserver.converter",
                                                    doc_file_path, pdf_file_path,
                                                    "--interface", LIBRE_OFFICE_NETWORK_INTERFACE,
                                                    "--port", str(used_port_num), "--convert-to", "pdf"],
                                              cwd=TMP_FILE_DIR, close_fds=True, shell=False, stdout=PIPE, stderr=PIPE):

When using version 1.6 it works perfectly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant