Registry / utility / pdf
library0.10.0rscratesunverified

A PDF reader library for parsing and reading PDF documents.

# Cargo.toml [dependencies] pdf = "0.10.0"
INSTALL
IMPORT
SIG · PDF
P
pdf
utilityrustv0.10.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

File
use pdf::file::File;

Open a PDF file and count pages

use pdf::file::File; fn main() { let file = File::open("document.pdf").unwrap(); println!("Pages: {}", file.pages().count()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
pdf — cargo add pdf · libregistry