oxidize-pdf 2.5.1

A pure Rust PDF generation and manipulation library with zero external dependencies
Documentation
1
2
3
4
5
6
7
8
// Metadata module - ISO 32000-1 Section 14.3
//
// Provides support for document and object-level metadata,
// including XMP (Extensible Metadata Platform) streams.

pub mod xmp;

pub use xmp::{XmpMetadata, XmpNamespace, XmpProperty};