A PDF library written in Rust work in progress. Focus on extract content and render at now.
Write a PDF processiong library in pure Rust.
extract plain text
cargo run -- --filename <File> pdftotext
Can just render text on image now
cargo run -- --filename <File> pdftopng
extract font info
cargo run -- --filename <File> pdffonts
trace pdf object render info, char position , path , image
cargo run -- --filename <File> pdftrace