Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PDFMerger ¶
type PDFMerger struct {
// contains filtered or unexported fields
}
func (*PDFMerger) Merge ¶
Merge merges the input PDFs into a single PDF and writes the result to out. The input PDFs are read from in. The input PDFs are concatenated in the order they are provided. The input PDFs are not modified. Merge returns an error if the input PDFs cannot be read or if the output PDF cannot be written.
Click to show internal directories.
Click to hide internal directories.