mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 00:22:14 +01:00
6 lines
176 B
Go
6 lines
176 B
Go
// Package pdfcpu implements gotenberg.PdfEngine using the pdfcpu command-line
|
|
// tool. Merges and splits PDF files.
|
|
//
|
|
// See https://github.com/pdfcpu/pdfcpu.
|
|
package pdfcpu
|