PDF::API2::Basic::PDF::Dict - PDF Dictionaries and Streams. Inherits from L<PDF::Objind>


NAME

PDF::API2::Basic::PDF::Dict - PDF Dictionaries and Streams. Inherits from the PDF::Objind manpage


INSTANCE VARIABLES

There are various special instance variables which are used to look after, particularly, streams. Each begins with a space:

stream
Holds the stream contents for output

streamfile
Holds the stream contents in an external file rather than in memory. This is not the same as a PDF file stream. The data is stored in its unfiltered form.

streamloc
If both ' stream' and ' streamfile' are empty, this indicates where in the source PDF the stream starts.


METHODS

$d->val

Returns the dictionary, which is itself.

 PDF::API2::Basic::PDF::Dict - PDF Dictionaries and Streams. Inherits from L<PDF::Objind>