Skip to content

A headless libreoffice instance wrapped in GRPC.

Notifications You must be signed in to change notification settings

krumIO/GobrePro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GobrePro

A headless libreoffice instance wrapped in GRPC.

A cool looking gopher mascot

Why

This would be used when you need to quickly convert document types. For example a Microsoft Word Document to a PDF.

References

Libreoffice Headless: https://help.libreoffice.org/latest/he/text/shared/guide/start_parameters.html

GRPC: https://pkg.go.dev/google.golang.org/grpc

Running

This can largely change based on your configuration, so keep that in mind.

Running with just Golang

go run .

Development

docker compose watch

Production

Build and deploy to your cluster based on your configuration.

Usage

  1. Once the docker is running find the ip address
  2. Make a GPRC request like <ip address>:8081 as the server and Gobre/HandleRequest as the handler.
  3. Have a message formatted like
{
    "FileData": "raw file data",
    "NewFileType": "pdf",
    "OriginalFileType": "docx"
}
  1. Make GRPC call.

*Note you can use reflection on your client to get the avaiable service definitions and data structures.

Contributing

Please make an issue with a detailed description of your feature or problem.

About

A headless libreoffice instance wrapped in GRPC.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published