mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 00:22:14 +01:00
8 lines
232 B
Go
8 lines
232 B
Go
// Package qpdf implements gotenberg.PdfEngine using the QPDF command-line
|
|
// tool. Merges, splits, and flattens PDF files.
|
|
//
|
|
// Requires the QPDF_BIN_PATH environment variable.
|
|
//
|
|
// See https://github.com/qpdf/qpdf.
|
|
package qpdf
|