Go to file
Kevin Burnett 8aa1a484c8
Update README.md
2024-05-03 07:35:09 -07:00
.gitignore initial commit 2024-04-25 08:33:40 -04:00
README.md Update README.md 2024-05-03 07:35:09 -07:00
docs initial commit 2024-04-25 08:33:40 -04:00
index.html add scripts and pdfs 2024-04-25 09:26:56 -04:00
output_pdfkit.pdf rename pdfkit output 2024-05-03 10:28:35 -04:00
output_weasyprint.pdf add scripts and pdfs 2024-04-25 09:26:56 -04:00
output_xhtml2pdf.pdf rename output docs 2024-05-03 10:30:18 -04:00
poetry.lock add run_pyhtml2pdf.py 2024-05-03 10:25:01 -04:00
pyproject.toml add run_pyhtml2pdf.py 2024-05-03 10:25:01 -04:00
run_pdfkit.py rename pdfkit output 2024-05-03 10:28:35 -04:00
run_pyhtml2pdf.py rename output docs 2024-05-03 10:30:18 -04:00
run_weasyprint.py add scripts and pdfs 2024-04-25 09:26:56 -04:00
run_xhtml2pdf.py rename output docs 2024-05-03 10:30:18 -04:00

README.md

original index.html from https://codepen.io/tjoen/pen/wvgvLX

there are several run_[python-lib].py scripts that demonstrate how to use the python lib in question. there are several corresponding output_[python-lib].pdf files that show the output of the run_[python-lib].py scripts.

to run:

poetry install
poetry run python run_weasyprint.py # for example