Skip to content
This repository was archived by the owner on Jun 23, 2019. It is now read-only.

coilysiren/markdown2pdf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown2PDF

Markdown2pdf is python command line tool to convert markdown files to pdf

Installation

OSX

brew install cairo pango gdk-pixbuf libxml2 libxslt libffi

General

    pip install git+https://github.com/lynnco/markdown2pdf.git
    python -m venv .venv
    source .venv/bin/activate
    pip install -r requirements.txt

Usage

Use via the command md2pdf

    md2pdf resume.md

You can also appoint a theme by argument --theme

    md2pdf resume.md --theme=github

Or, you can even using your self defined theme

    md2pdf resume.md --theme=path_to_style.css

Contains these default themes

  • github (from GitHub.Inc)

  • solarized-dark (from mixu/markdown-styles)

  • ghostwriter (from mixu/markdown-styles)

About

A python command line tool to convert markdown files to pdf

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 92.6%
  • Python 7.0%
  • Makefile 0.4%