Documentation ¶ Index ¶ func GetContent(r fslib.ReadSeekerAt) (content string, err error) func PDFContent(r fslib.ReadSeekerAt) (string, error) func Strings(data []byte, currentString *bytes.Buffer, f *bufio.Writer) (err error) func StringsR(r io.Reader, w io.Writer) (err error) type Node Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetContent ¶ func GetContent(r fslib.ReadSeekerAt) (content string, err error) func PDFContent ¶ func PDFContent(r fslib.ReadSeekerAt) (string, error) func Strings ¶ func Strings(data []byte, currentString *bytes.Buffer, f *bufio.Writer) (err error) func StringsR ¶ func StringsR(r io.Reader, w io.Writer) (err error) Types ¶ type Node ¶ type Node struct { XMLName xml.Name Content []byte `xml:",innerxml"` Nodes []Node `xml:",any"` } Source Files ¶ View all Source files content.go pdf_content.go strings.go xml_content.go Click to show internal directories. Click to hide internal directories.