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 pdftk implements gotenberg.PdfEngine using the PDFtk command-line
|
|
// tool. Merges and splits PDF files.
|
|
//
|
|
// Requires the PDFTK_BIN_PATH environment variable.
|
|
//
|
|
// See https://gitlab.com/pdftk-java/pdftk.
|
|
package pdftk
|