htop

Crates.iohtop
lib.rshtop
version0.1.7
sourcesrc
created_at2023-04-04 09:33:04.534828
updated_at2023-10-18 15:24:56.455632
descriptionHTML to PDF converter
homepage
repositoryhttps://github.com/wisbery/htop.git
max_upload_size
id830030
size2,772,560
Dariusz Depta (DariuszDepta)

documentation

https://docs.rs/htop

README

htop

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

Overview

HTML to PDF converter based on headless_chrome crate. Inspired by html2pdf crate.

Installation

$ cargo install htop

Usage

Display short usage description:

$ htop -h

Display detailed usage description:

$ htop --help

Basic examples

Convert single HTML file into single PDF file:

$ htop single input_file.html output_file.pdf

Convert multiple HTML files into multiple PDF files:

$ htop multiple input_dir output_dir

Convert web-page into single PDF file:

$ htop url https://dmntk.io

More 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.

Commit count: 3

cargo fmt