Skip to content

WooodHead/markdown-to-pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

markdown-to-pdf

markdown-to-pdf is a simple server that converts markdown documents to pdf.

Features

Run / Deploy

npm install
npm start

You can specify the port to run the server on by setting the environment variable PORT (defaults to 3000). You need to have wkhtmltopdf installed. If it is not in your PATH, you should set the environment variable WKHTMLTOPDF_BIN to the path to the wkhtmltopdf binary.

License

BSD

Demo

A demo is available on heroku: markdown-to-pdf.herokuapp.com.

About

A simple node server to convert markdown files to pdf

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published