Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultVersion = 1.4
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type File ¶
type File struct { Version float64 Root types.Reference Info types.Reference ID [2]types.String // contains filtered or unexported fields }
File is a pdf file with a list of indirect objects
func (*File) AddIndirectObject ¶ added in v1.0.15
func (q *File) AddIndirectObject(obj types.IndirectObject)
AddIndirectObject adds an indirect object (only used by pdf parser)
type Update ¶
type Update struct { Objects []types.RawIndirectObject Trailer types.Trailer // contains filtered or unexported fields }
type XRefTableEntry ¶
func (*XRefTableEntry) ToRawBytes ¶
func (q *XRefTableEntry) ToRawBytes() []byte
type XRefTableSection ¶
type XRefTableSection struct { Start int Count int Entries []XRefTableEntry }
XRefTableSection is a section of a xref-table
func (*XRefTableSection) ToRawBytes ¶
func (q *XRefTableSection) ToRawBytes() []byte
Click to show internal directories.
Click to hide internal directories.