Skip to content

rockyzhengwu/rspdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rspdf

A PDF library written in Rust work in progress. Focus on extract content and render at now.

Motivation

Write a PDF processiong library in pure Rust.

Tool Usage

extract text as xml

extract plain text

cargo run -- --filename <File> pdftotext

render text

Can just render text on image now

cargo run -- --filename <File> pdftopng 

extract fonts

extract font info

cargo run -- --filename <File> pdffonts

trace

trace pdf object render info, char position , path , image

cargo run -- --filename <File> pdftrace

About

PDF library in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages