Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PdfGenerator ¶
type PdfGenerator struct {
// contains filtered or unexported fields
}
func CreatePdfGenerator ¶
func CreatePdfGenerator(zipName, outputFilePath string, options PdfGeneratorOptions) *PdfGenerator
func (*PdfGenerator) Generate ¶
func (p *PdfGenerator) Generate() error
type PdfGeneratorOptions ¶ added in v0.0.8
type PdfGeneratorOptions struct {
AddPageNumbers bool
}
Click to show internal directories.
Click to hide internal directories.