Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 729 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 729 Bytes

pdf_render Build Status

Experimental PDF viewer building on pdf.

Feel free to contribute with ideas, issues or code! Please join us on Zulip if you have any questions or problems.

Fonts

Get a copy of https://github.com/s3bk/pdf_fonts and set STANDARD_FONTS to the directory of pdf_fonts.

Viewer

run it: cargo run --bin view --release YOUR_FILE.pdf Right now you can change pages with left and right arrow keys and zoom with '+' and '-'. Works for some files.