mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 00:22:14 +01:00
docs: improve godoc and documentation [skip ci]
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
// Package pdftk provides an implementation of the gotenberg.PdfEngine
|
||||
// interface using the PDFtk command-line tool. This package allows for:
|
||||
// Package pdftk implements gotenberg.PdfEngine using the PDFtk command-line
|
||||
// tool. Merges and splits PDF files.
|
||||
//
|
||||
// 1. The merging of PDF files.
|
||||
// 2. The splitting of PDF files.
|
||||
// Requires the PDFTK_BIN_PATH environment variable.
|
||||
//
|
||||
// The path to the PDFtk binary must be specified using the PDFTK_BIN_PATH
|
||||
// environment variable.
|
||||
//
|
||||
// See: https://gitlab.com/pdftk-java/pdftk.
|
||||
// See https://gitlab.com/pdftk-java/pdftk.
|
||||
package pdftk
|
||||
|
||||
Reference in New Issue
Block a user