htop

Crates.io MIT licensed Apache 2.0 licensed build Linux build Windows build MacOs Contributor Covenant

Overview

HTML to PDF converter based on headless_chrome crate, inspired by html2pdf crate.

Installation

$ cargo install htop

Usage

Display usage:

$ htop -h

Display detailed usage description:

$ htop --help

Examples

To convert single HTML file into PDF file, run:

$ htop single input_file.html output_file.pdf

To convert multiple HTML files into multiple PDF files, run:

$ htop multiple input_dir output_dir

More usage examples can be found in User Guide.

License

Licensed under either of

at your option.

Contribution

All contributions intentionally submitted for inclusion in the work by you, shall be dual licensed as above, without any additional terms or conditions.