justpdf-core
Core PDF engine for the justpdf project.
Provides PDF parsing, writing, text extraction, encryption/decryption, annotations, and form handling.
Usage
Add to your Cargo.toml:
[]
= "0.1"
Example
use PdfDocument;
let doc = open?;
let pages = collect_pages?;
println!;
let text = extract_all_text_string?;
println!;
Features
- PDF parsing and writing
- Text extraction
- Encryption and decryption
- Annotation support
- Form field handling
Repository
https://github.com/kihyun1998/justpdf
License
MIT OR Apache-2.0