mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 16:42:15 +01:00
7 lines
280 B
Go
7 lines
280 B
Go
// Package pdfcpu provides an implementation of the gotenberg.PdfEngine
|
|
// interface using the pdfcpu library. This package allows for the merging of
|
|
// PDF files but does not support conversion to specific PDF formats.
|
|
//
|
|
// See: https://github.com/pdfcpu/pdfcpu.
|
|
package pdfcpu
|