pub type SharedPdfStream = Arc<PdfStream>;
Convenience wrapper so callers can hold a cheap shared handle.
pub struct SharedPdfStream { /* private fields */ }