Skip to content

Format convert service based on LibreOffice on Linux

Notifications You must be signed in to change notification settings

Nihiue/libreoffice-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LibreOffice Portal

Format convert service based on LibreOffice on Linux.

Deploy

$ sudo docker pull nihiue/libreoffice-portal
$ sudo docker run -d -p 3000:3000 --restart=always --name portal nihiue/libreoffice-portal

Usage

browser

Open http://localhost:3000/ in browser

API

POST http://localhost:3000/office2pdf

BODY:

const formData = new FormData();
formData.append('file', fileInputElement.files[0]);

Releases

No releases published

Packages

No packages published