pdfmerger

package
v0.0.0-...-5fcd299 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 1, 2024 License: MIT Imports: 4 Imported by: 0

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 New

func New(tmpPattern string) *PDFMerger

func (*PDFMerger) Merge

func (p *PDFMerger) Merge(out io.Writer, in ...io.Reader) error

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL