Files
gotenberg/pkg/modules/pdfcpu/doc.go
2023-11-05 20:14:36 +01:00

7 lines
280 B
Go

// Package pdfcpu provides an implementation of the gotenberg.PdfEngine
// interface using the pdfcpu library. This package allows for the merging of
// PDF files but does not support conversion to specific PDF formats.
//
// See: https://github.com/pdfcpu/pdfcpu.
package pdfcpu