PoDoFo 0.9.20
|
#include <PdfStreamedObjectStream.h>
Inherits PoDoFo::PdfObjectStreamProvider.
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.