A backend for mdBook written in Rust for generating PDF based on headless chrome and Chrome DevTools Protocol. (用 Rust 编写的 mdBook 后端,基于headless chrome和Chrome开发工具协议生成PDF)
I've installed mdbook-pdf via cargo install mdbook-pdf. I can see the binary in my .cargo folder, but it doesn't show up as a cargo command. Mdbook also errors when running mdbook build saying that the pdf backend is not installed.
I've installed mdbook-pdf via
cargo install mdbook-pdf
. I can see the binary in my .cargo folder, but it doesn't show up as a cargo command. Mdbook also errors when runningmdbook build
saying that the pdf backend is not installed.