Docs.rs
easypdf-core-0.1.1
easypdf-core 0.1.1
Permalink
Docs.rs crate page
Apache-2.0
15 August 2026
Links
Repository
crates.io
Source
Owners
loong10k
Dependencies
aes ^0.9
normal
bitflags ^2
normal
cbc ^0.2
normal
chrono ^0.4.45
normal
cipher ^0.5
normal
der ^0.7
normal
hex ^0.4
normal
lopdf ^0.44.0
normal
md-5 ^0.10
normal
pkcs7 ^0.3
normal
rand ^0.8
normal
ring ^0.17
normal
tempfile ^3.27.0
normal
thiserror ^2.0.18
normal
tracing ^0.1
normal
tracing-subscriber >=0.3.20
normal
x509-parser ^0.16
normal
rsa ^0.9
dev
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module content
easypdf_
core
0.1.1
Module content
Module Items
Structs
In crate easypdf_
core
easypdf_core
Module
content
Copy item path
Source
Expand description
PDF 元素的内容模型类型——文本、表格、图片和形状。
Structs
§
PdfImage
要嵌入 PDF 的图片。
PdfLine
线段。
PdfRect
矩形。
PdfTable
要在 PDF 中渲染的表格配置。
PdfTable
Cell
表格中的单个单元格。
PdfText
带格式的定位文本块。