doker

0.0.8 • Public • Published

Introduction

Doker is a Node.js/io.js library that allows to write large multipage PDF-documents using CoffeeScript and Markdown. The word doker is a portmanteau of document and maker. The main objective is to provide high level functionality allowing to generate rich and interactive documents. Our approach combines power and flexibility of programming techniques with extremely simple and readable syntax.

Doker is based on amazing library called PDFkit. We extend possibilities of PDFKit by adding some higher-level functions needed to compose such kind of documents as electronic books, user's manuals, product datasheets etc. Another great library called Marked help us to involve Markdown syntax into process of content creation.

Features

Due to PDFKit basis you can use all its features. Furthermore there are some additional ones:

  • Markdown to PDF smart conversion
  • Richtext supporting (even calling CoffeeScript function from Markdown text)
  • Automatic table of contents generation
  • Outlines (aka Bookmarks)

Installation

The most simple way is to use npm. Just run:

npm install doker

Documentation

Preliminary: http://doker.org/doc/doker_user_guide_v0_0.pdf

Examples

https://github.com/noviga/doker/tree/master/examples

Dependencies (3)

Dev Dependencies (1)

Package Sidebar

Install

npm i doker

Homepage

doker.org

Weekly Downloads

3

Version

0.0.8

License

GPL-3.0

Last publish

Collaborators

  • noviga