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§
- Object
Identifier - 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
Nonefor the stream. If the object is a stream, it will return it’s dictionary as well as the stream itself.