Versions in this module Expand all Collapse all v0 v0.0.1 Nov 21, 2025 Changes in this version + type Engine struct + DefaultFont string + DefaultFontSize float64 + LineHeight float64 + Margins Margins + func NewEngine(b builder.PDFBuilder) *Engine + func (e *Engine) RenderHTML(source string) error + func (e *Engine) RenderMarkdown(source string) error + func (e *Engine) SetPageSize(width, height float64) + type Margins struct + Bottom float64 + Left float64 + Right float64 + Top float64