Sign inSign up

timonier/openoffice

By timonier

Updated almost 6 years ago

The free and Open Source productivity suite

Image
0

2.9K

timonier/openoffice repository overview

README

The free and Open Source productivity suite

If you like / use this project, please let me known by adding a ★ on the GitHub repository.

Installation

# Define installation folder

export INSTALL_DIRECTORY=/usr/bin

# Use local installation

sudo bin/installer install

# Use remote installation

curl --location "https://github.com/timonier/openoffice/raw/master/bin/installer" | sudo sh -s -- install

Note: If you do not define INSTALL_DIRECTORY, installer will use in /usr/local/bin.

Usage

soffice

Run the command soffice:

# Start OpenOffice

soffice
unoconv

Run the command unoconv:

# See all unoconv options

unoconv --help

# Convert docx to html

unoconv --format html --output /path/to/doc.html /path/to/doc.docx

Tag summary

Content type

Image

Digest

Size

293.6 MB

Last updated

almost 6 years ago

docker pull timonier/openoffice