mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 08:32:16 +01:00
9 lines
379 B
Go
9 lines
379 B
Go
// Package qpdf provides an implementation of the gotenberg.PdfEngine
|
|
// interface using the QPDF command-line tool. This package allows for the
|
|
// merging of PDF files but does not support conversion to specific PDF
|
|
// formats. The path to the QPDF binary must be specified using the
|
|
// QPDK_BIN_PATH environment variable.
|
|
//
|
|
// See: https://github.com/qpdf/qpdf.
|
|
package qpdf
|