mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-07-02 08:27:41 +08:00
7 lines
228 B
Go
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
|