Just a CLI over the headless_chrome
crate to create PDF.
Need the Rust toolchain: https://rustup.rs/.
shell
cargo install html2pdf
shell
html2pdf path/to/file.html
To remove logs, set the env var RUST_LOG
to none
:s
shell
RUST_LOG="none" html2pdf path/to/file.html
```shell html2pdf 0.2.0 Generate a PDF from a local HTML file using a headless chrome
USAGE: html2pdf [FLAGS] [OPTIONS]
FLAGS: --background Allow print background -h, --help Prints help information --landscape Use landscape mode -V, --version Prints version information
OPTIONS: -o, --output
ARGS: Input HTML file ```