Files
gotenberg/pkg/modules/libreoffice/pdfengine/doc.go
2024-03-23 16:47:28 +01:00

7 lines
264 B
Go

// Package pdfengine provides a module which interacts with LibreOffice via the
// UNO (Universal Network Objects) API and implements the gotenberg.PdfEngine
// interface. This package allows for:
//
// 1. The conversion to specific PDF formats.
package pdfengine