Versions in this module Expand all Collapse all v0 v0.2.0 Aug 28, 2026 v0.1.0 Aug 27, 2026 Changes in this version + func Source(d *reader.Document) (string, error) + type Document struct + Body string + Files []File + Pages int + Preamble string + func Reconstruct(d *reader.Document, opt Options) (*Document, error) + func (d *Document) String() string + func (d *Document) WriteFiles(dir string) error + type File struct + Data []byte + Name string + type Options struct + Class string + First int + Last int