feat: add qpdf engine (#380)

Co-authored-by: Andrei Regiani <andrei.cpp@gmail.com>
This commit is contained in:
Rodrigo Delduca
2021-12-07 15:48:41 -03:00
committed by GitHub
parent 76f17cb6d7
commit 5759b1336a
5 changed files with 278 additions and 1 deletions

View File

@@ -13,5 +13,6 @@ import (
_ "github.com/gotenberg/gotenberg/v7/pkg/modules/pdfengines"
_ "github.com/gotenberg/gotenberg/v7/pkg/modules/pdftk"
_ "github.com/gotenberg/gotenberg/v7/pkg/modules/prometheus"
_ "github.com/gotenberg/gotenberg/v7/pkg/modules/qpdf"
_ "github.com/gotenberg/gotenberg/v7/pkg/modules/webhook"
)