Files
gotenberg/pkg/modules/qpdf/doc.go
2026-04-03 14:23:18 +02:00

8 lines
232 B
Go

// Package qpdf implements gotenberg.PdfEngine using the QPDF command-line
// tool. Merges, splits, and flattens PDF files.
//
// Requires the QPDF_BIN_PATH environment variable.
//
// See https://github.com/qpdf/qpdf.
package qpdf