Simple nodejs CLI application that generates a PDF document from text. Made for twindle issue #301
Make sure you have nodejs and npm installed
Clone the repo, navigate to the text_to_pdf folder and run:
`npm install`
Options:
--version: Show version number
-h: Show help
-p, --pdf: convert text to pdf (use quotes for multi word arguments)
node text2pdf -p "some text" generates a pdf document from the text