Safe Haskell | None |
---|---|
Language | Haskell98 |
Pdf.Toolbox.Core.Object.Types
Description
Module contains definitions of pdf objects
See PDF1.7:7.3
Documentation
Any pdf object
It is parameterized by Stream
content
Integer or real
"true" or "false"
Names usually are used as keys in dictionaries
They starts with '/', but we strip it out, see parseName
Constructors
Name ByteString |
Set of key/value pairs
An array
Sequence of zero or more bytes
Represents both the literal and hexadecimal strings
Constructors
Str ByteString |
Contains stream dictionary and a payload
The payload could be offset within pdf file, actual content, content stream or nothing