-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
[Bug]: File to PDF #2428
Comments
Hey, @Ch3ck3rM0n! I'm here to help with your Stirling-PDF issue. I can assist with bug fixes, answer questions, and guide you on becoming a contributor. Let's work together to resolve the issue. To resolve the issue with Stirling-PDF version 0.36.0 not converting WORD .docx files to PDF due to the error "unoconv: Cannot find a suitable pyuno library and python binary combination," you need to ensure that the You can install the required package using the following command: sudo apt-get install -y python3-uno Additionally, ensure that which unoconv If pip3 install unoconv Make sure that LibreOffice components are also installed as per the guide: sudo apt-get install -y libreoffice-writer libreoffice-calc libreoffice-impress These steps should help resolve the conversion issue by ensuring that all necessary components are correctly installed and configured [1]. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
I could fix it on my own with the help of #575 (comment) Solution is to install manually python 3.8 because Stirling do not work with 3.12. Some helpful commands to me:
And my setup:
|
Ensure that the export UNO_PATH=/usr/lib/libreoffice/program After adding this line, reload your shell configuration: source ~/.bashrc Additionally, verify that the export PYTHONPATH=/usr/lib/libreoffice/program Make sure to restart your terminal session or reload the configuration to apply these changes. These steps should help resolve the issue by ensuring that the correct paths are set for LibreOffice and Python integration. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Installation Method
Docker
The Problem
Hi all,
I have an issue with a new installation of Stirling via Proxmox VE Helper-Scripts. I tried to install it on different systems (debian, ubuntu) but it doesn't work with all features. I facing problems with converting files for example WORD .docx files.
Version of Stirling-PDF
0.36.0
Last Working Version of Stirling-PDF
No response
Page Where the Problem Occurred
No response
Docker Configuration
No response
Relevant Log Output
Additional Information
No response
Browsers Affected
Firefox, Chrome, Microsoft Edge
No Duplicate of the Issue
The text was updated successfully, but these errors were encountered: