Expand description
Parsing and reading from PDF objects.
Re-exports§
pub use crate::object::array::Array;pub use crate::object::dict::Dict;pub use crate::object::stream::Stream;
Modules§
Structs§
- Date
Time - A date time.
- Name
- A name.
- Null
- The null object.
- Number
- A number.
- ObjRef
- A reference to an object.
- Object
Identifier - An identifier for a PDF object.
- Rect
- A rectangle.
- String
- A string.
Enums§
Traits§
- From
Bytes - A trait for objects that can be parsed from a simple byte stream.
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 its dictionary as well as the stream itself.