Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
Parser provides functions to extract objects from a pdf file
func (*Parser) GetAllPages ¶
GetAllPages returns all pages from the PageTree
func (*Parser) GetCatalog ¶ added in v1.0.96
func (q *Parser) GetCatalog() (*types.DocumentCatalog, error)
GetCatalog returns the document catalog of the parsed pdf
Click to show internal directories.
Click to hide internal directories.