Files
gotenberg/pkg/modules/pdfcpu/doc.go
2024-10-06 18:32:09 +02:00

8 lines
241 B
Go

// Package pdfcpu provides an implementation of the gotenberg.PdfEngine
// interface using the pdfcpu command-line tool. This package allows for:
//
// 1. The merging of PDF files.
//
// See: https://github.com/pdfcpu/pdfcpu.
package pdfcpu