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

8 lines
232 B
Go

// Package pdftk implements gotenberg.PdfEngine using the PDFtk command-line
// tool. Merges and splits PDF files.
//
// Requires the PDFTK_BIN_PATH environment variable.
//
// See https://gitlab.com/pdftk-java/pdftk.
package pdftk