diff --git a/pkg/modules/qpdf/qpdf.go b/pkg/modules/qpdf/qpdf.go index d735a94d..89923373 100644 --- a/pkg/modules/qpdf/qpdf.go +++ b/pkg/modules/qpdf/qpdf.go @@ -15,7 +15,7 @@ func init() { gotenberg.MustRegisterModule(QPDF{}) } -// QPDF abstracts the CLI tool QPDF and implements the gotenberg.QPDF +// QPDF abstracts the CLI tool QPDF and implements the gotenberg.PDFEngine // interface. type QPDF struct { binPath string