PoDoFo 0.9.20
PoDoFo::PdfStreamedObjectStream Class Referencefinal

#include <PdfStreamedObjectStream.h>

Detailed Description

A PDF stream can be appended to any PdfObject and can contain arbitrary data.

Most of the time it will contain either drawing commands to draw onto a page or binary data like a font or an image.

A PdfFileObjectStream writes all data directly to an output device without keeping it in memory. PdfFileObjectStream is used automatically when creating PDF files using PdfImmediateWriter.

See also
PdfIndirectObjectList
PdfObjectStream