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

7 lines
228 B
Go

// Package exiftool implements gotenberg.PdfEngine using the ExifTool command-line tool. Reads and writes PDF metadata.
//
// Requires the EXIFTOOL_BIN_PATH environment variable.
//
// See https://exiftool.org.
package exiftool