Module object

Source
Expand description

Parsing and reading from PDF objects.

Modules§

array
Array objects.
bool
Boolean objects.
dict
Dictionary objects.
name
Name objects.
null
The null object.
number
Number objects.
rect
Rectangles.
ref
Object references.
stream
Stream objects.
string
String objects.

Structs§

ObjectIdentifier
An identifier for a PDF object.

Enums§

Object
A primitive PDF object.

Functions§

dict_or_stream
A convenience function that extracts a dict and a stream from an object. If the object is just a dictionary, it will return None for the stream. If the object is a stream, it will return it’s dictionary as well as the stream itself.