// Package exiftool provides an implementation of the gotenberg.PdfEngine // interface using the ExifTool command-line tool. This package allows for reading and // writing of metadata, but does not support the merging of PDF files // nor conversion to specific PDF formats. The path to the exiftool binary must be // specified using the EXIFTOOL_BIN_PATH environment variable. // // See: https://exiftool.org. package exiftool