Skip to content

Docker image for using LibreOffice in it's headless mode through the command line.

Notifications You must be signed in to change notification settings

iRoachie/headless-libreoffice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Headless Libreoffice

Docker image for using LibreOffice in it's headless mode through the command line.

Useful for converting between various file formats.

How to use this image

Converting a file:

docker run -v $(pwd):/data iroachie/headless-libreoffice:latest --convert-to csv myfile.ods

Take note of the -v flag. This container expects that you mount a volume where the file you want convert is.

The mount point is /data

About

Docker image for using LibreOffice in it's headless mode through the command line.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published