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

3
pkg/modules/qpdf/doc.go Normal file
View File

@@ -0,0 +1,3 @@
// Package qpdf provides a module which abstracts the CLI tool QPDF and
// implements the gotenberg.PDFEngine interface.
package qpdf