Skip to content

michaelcosj/text2pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

text2pdf

Simple nodejs CLI application that generates a PDF document from text. Made for twindle issue #301

Installation

Make sure you have nodejs and npm installed
Clone the repo, navigate to the text_to_pdf folder and run:

`npm install`

Using text2pdf

Options:
--version: Show version number
-h: Show help
-p, --pdf: convert text to pdf (use quotes for multi word arguments)

Example:

node text2pdf -p "some text" generates a pdf document from the text

About

Simple nodejs CLI application that generates a PDF document from text.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors