Documentation ¶
Overview ¶
Package pdfcpu provides a module which wraps the https://github.com/pdfcpu/pdfcpu library and implements the gotenberg.PDFEngine interface.
Index ¶
- type PDFcpu
- func (engine PDFcpu) Convert(_ context.Context, _ *zap.Logger, format, _, _ string) error
- func (PDFcpu) Descriptor() gotenberg.ModuleDescriptor
- func (engine PDFcpu) Merge(_ context.Context, _ *zap.Logger, inputPaths []string, outputPath string) error
- func (engine *PDFcpu) Provision(_ *gotenberg.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PDFcpu ¶
type PDFcpu struct {
// contains filtered or unexported fields
}
PDFcpu is a module which wraps the https://github.com/pdfcpu/pdfcpu library and implements the gotenberg.PDFEngine interface.
func (PDFcpu) Descriptor ¶
func (PDFcpu) Descriptor() gotenberg.ModuleDescriptor
Descriptor returns a PDFcpu's module descriptor.
Click to show internal directories.
Click to hide internal directories.