#pdf #serve #live #browser #server #pdf-file #occurs

bin+lib pdf-live-server

在浏览器中实时显示PDF,同时监视更改并重新加载

2 个版本

0.0.1 2024年8月12日
0.0.0 2024年8月11日

#18 in #occurs

Download history • Rust 包仓库 64/week @ 2024-08-05 • Rust 包仓库 180/week @ 2024-08-12 • Rust 包仓库

每月 244 次下载

MIT 许可证

19KB
299 代码行

PDF Live Server

我开发这个工具是为了远程 LaTeX 编辑和预览。

安装

cargo install pdf-live-server

使用方法

$ pdf-live-server --help
Serve a PDF file live and reload the browser on changes

Usage: pdf-live-server [OPTIONS] --served-pdf <SERVED_PDF>

Options:
  -d, --watch-dir <WATCH_DIR>      Directory to watch for changes [default: ./]
  -f, --served-pdf <SERVED_PDF>    PDF file to serve. I also check its modified time to decide if changes occur
  -s, --socket-addr <SOCKET_ADDR>  Address to bind the server [default: 127.0.0.1:3000]
  -h, --help                       Print help

依赖项

~15–29MB
~382K SLoC