1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
// SPDX-FileCopyrightText: Copyright (c) 2026 Mike Li/Mikewolfli/Wei Li(mikewolfli@163.com)
// SPDX-License-Identifier: MIT
//! PDF generation, parsing, and document manipulation.
/// Annotation dictionaries attached to pages (links, notes, markup).
/// In-memory document and page tree model built by the writer and consumed by
/// the reader.
/// Renders widget trees into PDF files via the SVG pipeline.
/// AcroForm field model (text fields, checkboxes, choices).
/// Hyperlink targets and internal/external link actions.
/// Document-information (Info dictionary) metadata.
/// Page geometry, rotation, and content-stream access.
/// Parses an existing PDF back into the document model.
/// Encryption and permission flags.
/// The `PdfDocument` / writer trait surface shared by the backends.
/// Shared PDF value types (page size, colour space, version).
pub use crate*;
pub use crate*;
pub use crate*;
pub use crate*;
pub use crate*;
pub use crate*;