PdfEx.COS.Stream (pdf_ex v0.1.0)

Copy Markdown View Source

A PDF stream object: its dictionary plus the raw (still filter-encoded) raw_bytes. Decode with PdfEx.Filter.

Summary

Types

t()

@type t() :: %PdfEx.COS.Stream{dictionary: map(), raw_bytes: binary()}