Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Resolver ¶
type Resolver interface {
Resolve(ctx context.Context, r io.ReaderAt) (Table, error)
Trailer() *raw.DictObj
Trailers() []*raw.DictObj
Linearized() bool
Incremental() []Table
}
Resolver locates and parses xref information in a PDF.
func NewResolver ¶
func NewResolver(cfg ResolverConfig) Resolver
NewResolver returns an xref resolver that follows Prev chains and understands xref streams.
type ResolverConfig ¶
Click to show internal directories.
Click to hide internal directories.