Versions in this module Expand all Collapse all v1 v1.0.0 Apr 21, 2024 Changes in this version + type Document struct + Author string + Creator string + Frontend *frontend.Document + Keywords string + Subject string + Title string + func New(filename string) (*Document, error) + func NewWithFrontend(fe *frontend.Document, cssparser *csshtml.CSS) *Document + func (d *Document) AddCSS(css string) + func (d *Document) CreateVlist(te *frontend.Text, wd bag.ScaledPoint) (*node.VList, error) + func (d *Document) Finish() error + func (d *Document) HTMLToText(html string) (*frontend.Text, error) + func (d *Document) NextPage() error + func (d *Document) OutputAt(html string, width bag.ScaledPoint, x, y bag.ScaledPoint) error + func (d *Document) PageSize() (cssbuilder.PageDimensions, error) + func (d *Document) ParseHTMLFromNode(html *html.Node) (*frontend.Text, error) + func (d *Document) ReadCSSFile(filename string) error + func (d *Document) ShowCSS() string