Documentation
¶
Index ¶
Constants ¶
View Source
const ( DeviceWidth = 1404 DeviceHeight = 1872 )
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
Click to show internal directories.
Click to hide internal directories.