pdfrender [](https://travis-ci.com/pdf-rs/pdfrender)
July 10, 2023 ยท View on GitHub
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.