pdf-rs / pdf_render

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License


Languages

Language:Rust 95.3%Language:JavaScript 2.3%Language:Shell 0.9%Language:CSS 0.6%Language:HTML 0.6%Language:Makefile 0.2%