chore: improve the godoc of all PDF engine packages

This commit is contained in:
Julien Neuhart
2024-02-24 15:14:45 +01:00
parent da326f1925
commit 2008ac5663
5 changed files with 25 additions and 15 deletions

View File

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