Basic Python CLI tool to convert text or Markdown files into a PDF file
- Python 3
- Poetry
- Clone the repository:
git clone https://github.com/MichaelCurrin/text-to-pdf-py.git cd text-to-pdf-py
- Install the dependencies using Poetry:
make install
Check the help for usage:
$ poetry run text2pdf --help
Run the examples using sample data:
make run-test
Released under MIT by @MichaelCurrin.
A copy of the original license must be included if a significant portion of this template or project is used. You could rename it to LICENSE-source
and then include your own LICENSE
file with your name.