What is an object stream?
An Object Stream An object stream, introduced in PDF 1.5, is a compact way to store multiple indirect objects in a single PDF stream object, often using compression filters (ISO 32000-2).
Unlike standard objects, it omits the obj and endobj keywords. Commonly used with cross-reference streams, object streams reduce file size and improve efficiency in PDF documents, supporting features like logical structure or metadata storage.