Documentation
¶
Overview ¶
Package pdfcpu provides PDF manipulation via the pdfcpu binary.
pdfcpu is registered both as a Backend, so `convertr doctor` can detect the binary, and as a Processor for PDF operations such as merge, split, rotate, stamp, watermark, and validation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
type Backend struct{}
Backend exposes pdfcpu to backend discovery without declaring conversion routes, because pdfcpu performs PDF processing rather than format conversion.
func (Backend) BinaryName ¶
func (Backend) Capabilities ¶
func (Backend) Capabilities() []backend.Capability
Click to show internal directories.
Click to hide internal directories.