Convert a webpage file to an image file.
pip install git+https://github.com/aredmond/html-to-jpg.git
Basic usage:
htmltojpg sept_09_flight_init_receipt.html
This would output: sept_09_flight_init_receipt.jpg
Or you can name the file using a flag:
htmltojpg -n new_name.jpg sept_09_flight_init_receipt.html