2017 © Pedro Peláez
 

library docbuilder

A Markdown To PDF Documentation Generation Tool

image

vectorface/docbuilder

A Markdown To PDF Documentation Generation Tool

  • Monday, June 27, 2016
  • by janderson
  • Repository
  • 7 Watchers
  • 0 Stars
  • 29 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

docbuilder

docbuilder is a simple tool that allows you to generate PDF documentation from markdown & css. This tool generates pdfs through intermediary HTML that can be styled with custom CSS rules (see usage)., (*1)

Requirements

  • PHP >= 7.4
  • mbstring
  • gd (for image support)
  • zlib

Installation

$ git clone https://github.com/Vectorface/docbuilder.git
$ cd docbuilder
$ composer update

Usage

$ ./bin/docbuilder -h
Usage: docbuilder [OPTION]... [INFILE] [OUTFILE]
Converts Markdown files to pdf.
Options:
  -c, --css=FILE   provide css file for styling (overrides default styling)
  -p, --printhtml  output intermediate html file (accepts optional filename argument)
  -h, --help       display this help and exit
  -v, --version    output version number and exit

Build Phar

A standalone .phar archive can be built with box., (*2)

The Versions