mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 00:22:14 +01:00
9 lines
275 B
Go
9 lines
275 B
Go
// Package pdfcpu provides an implementation of the gotenberg.PdfEngine
|
|
// interface using the pdfcpu command-line tool. This package allows for:
|
|
//
|
|
// 1. The merging of PDF files.
|
|
// 2. The splitting of PDF files.
|
|
//
|
|
// See: https://github.com/pdfcpu/pdfcpu.
|
|
package pdfcpu
|