Skip to content

notjik/informatics

Repository files navigation

informatics
English

Informatics

School homeworks and classworks

Instructions for use html-to-pdf.py
Don't forget to install «requirements.txt».
pip install -r requirements.txt
Example of running a script to convert a web page to PDF:
python html-to-pdf.py --input https://github.com/notjik --output output.pdf --mode url
Example of running a script to convert a local HTML file to PDF:
python html-to-pdf.py --input input.html --output output.pdf --mode local
Taken from stackoverflow and upgraded.

Teacher – @SergeyGoryainov.
Русский

Информатика

Школьные домашние задания и классные работы

Инструкция к использованию html-to-pdf.py
Не забудьте установить «requirements.txt».
pip install -r requirements.txt
Пример запуска скрипта для преобразования веб-страницы в PDF:
python html-to-pdf.py --input https://github.com/notjik --output output.pdf --mode url
Пример запуска скрипта для преобразования локального HTML-файла в PDF:
python html-to-pdf.py --input input.html --output output.pdf --mode local
Взято со stackoverflow и модернизированно.

Преподаватель – @SergeyGoryainov.
Спасибо сайту Константина Полякова.