Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SebastiaanKlippert/go-wkhtmltopdf
/ types & classes
Types & classes
29 in github.com/SebastiaanKlippert/go-wkhtmltopdf
⨍
Functions
122
◇
Types & classes
29
Struct
PDFGenerator
PDFGenerator is the main wkhtmltopdf struct, always use NewPDFGenerator to obtain a new PDFGenerator struct
wkhtmltopdf.go:152
Struct
Page
Page is the input struct for each page
wkhtmltopdf.go:48
Struct
PageOptions
PageOptions are options for each input page
wkhtmltopdf.go:115
Interface
PageProvider
PageProvider is the interface which provides a single input page. Implemented by Page and PageReader.
wkhtmltopdf.go:108
Struct
PageReader
PageReader is one input page (a HTML document) that is read from an io.Reader You can add only one Page from a reader
wkhtmltopdf.go:78
Struct
allTocOptions
wkhtmltopdf.go:145
Interface
argParser
options.go:155
Struct
boolOption
options.go:286
Struct
cover
cover page
wkhtmltopdf.go:134
Struct
floatOption
options.go:261
Struct
globalOptions
A list of options that can be set from code to make it easier to see which options are available
options.go:11
Struct
headerAndFooterOptions
options.go:118
Struct
jsonBoolOption
json.go:100
Struct
jsonFloatOption
json.go:162
Struct
jsonMapOption
json.go:184
Struct
jsonPDFGenerator
json.go:11
Struct
jsonPage
json.go:19
Struct
jsonSliceOption
json.go:204
Struct
jsonStringOption
json.go:120
Struct
jsonUintOption
json.go:140
Struct
mapOption
options.go:207
Struct
outlineOptions
options.go:52
Struct
pageOptions
options.go:63
Struct
sliceOption
options.go:182
Struct
stringOption
options.go:159
Struct
stringStore
the cached mutexed path as used by findPath()
wkhtmltopdf.go:18
Struct
toc
table of contents
wkhtmltopdf.go:140
Struct
tocOptions
options.go:142
Struct
uintOption
options.go:236