dev-resources.site
for different kinds of informations.
How to install Unoconv
Published at
4/20/2021
Categories
linux
fedora
pdf
libreoffice
Author
jperez2511
Author
10 person written this
jperez2511
open
unoconv (Universal office convert) is a very special tool when it comes to converting Word files to PDF.
Installation
0. Verify if python is installing
if you don't have python installed so:
## look for the latest version
sudo dnf install python3.8
## set aliases
alternatives --set python /usr/bin/python3
## more information
man unversioned-python
1. install libreOffice
important! download the latest stable version compatible with unoconv from http://download.documentfoundation.org/libreoffice/stable
## download libreoffice
wget http://download.documentfoundation.org/libreoffice/stable/6.0.4/deb/x86_64/LibreOffice_6.0.4_Linux_x86-64_deb.tar.gz
## unzip
tar -xvf LibreOffice_6.4.7_Linux_x86-64_rpm.tar.gz
## install RPM
cd LibreOffice_6.4.7_Linux_x86-64_rpm/RPMS
dnf install *.rpm
2. install unoconv
git clone https://github.com/dagwieers/unoconv.git
# this
cp unoconv/unoconv /usr/bin
# or
ln -s unoconv/unoconv /usr/bin/unoconv
*3. configure service for apache *
first, edit or create this file:
vi /etc/systemd/system/unoconv.service
second, paste the following text, but it's important to replace UNO_PATH with the libreOffice installation path.
[Unit]
Description=Unoconv listener for document conversions
Documentation=https://github.com/dagwieers/unoconv
After=network.target remote-fs.target nss-lookup.target
[Service]
Type=simple
Environment="UNO_PATH=/usr/lib64/libreoffice/program"
ExecStart=/usr/bin/unoconv --listener
[Install]
WantedBy=multi-user.target
now you can start unoconv service
systemctl enable unoconv.service
systemctl start unoconv.service
libreoffice Article's
24 articles in total
The Struggle of Finding a Free Excel to PDF Converter: My Journey and Solution
read article
Write custom formulae in Libreoffice Calc with Python
read article
Extract Content From ODF files using C#
read article
Connect LibreOffice Calc to SingleStoreDB using ODBC
read article
PK11_Authenticate failed with SEC_ERROR_BAD_PASSWORD (-8177)
read article
How to setting libre fffice mailmerge that doesn't work
read article
Installing Libre Office in Kali Linux
read article
Loading Images Into a LibreOffice Calc Grid
read article
How to install Unoconv
currently reading
Collabora Online Community Roundup #10
read article
Collabora Online Community Roundup #9 (New Year Edition!)
read article
Collabora Online Community Roundup #8
read article
Collabora Online Community Roundup #7
read article
Collabora Online Community Roundup #6
read article
Collabora Online Community Roundup #5
read article
Collabora Online Community Roundup #4
read article
Collabora Online Community Roundup #3
read article
Collabora Online Community Roundup #2
read article
Developing a Redaction Feature for LibreOffice - Phase 1
read article
Install LibreOffice 7 in 1 minute
read article
LibreOffice: ๆฅๆฌ่ชใฎๆผขๅญ็ฎๆใซไธญๅฝ่ชใฎใใฉใณใใ่กจ็คบใใใ็พ่ฑก
read article
How to Greek polytonic on openbox
read article
Why I want to use JSON in LibreOffice Calc.
read article
OpenOffice docs and Python
read article
Featured ones: