oxidize-pdf 2.5.0

A pure Rust PDF generation and manipulation library with zero external dependencies
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! ISO Section 7: Syntax
//!
//! Tests for PDF file structure, syntax, and document organization
//! as defined in ISO 32000-1:2008 Section 7.

pub mod test_cross_reference;
pub mod test_document_catalog;
pub mod test_file_structure;
pub mod test_objects;
pub mod test_page_operations;
pub mod test_page_tree;
pub mod test_resources;
pub mod test_streams_filters;