Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PdfStructure ¶
PdfStructure is the collection of data needed to generate a pdf
func Gather ¶
func Gather(path string) []PdfStructure
Gather collects all image data needed for layouting from a folder
type TOC ¶
type TOC struct {
Title string `json:"title"`
Entries []TOCChapter `json:"entries"`
}
TOC is the Table of Contents Contains image name indexes
type TOCChapter ¶
TOCChapter is a chapter in the TOC
Click to show internal directories.
Click to hide internal directories.