A css framework for paged media. Created as an experiment :)
You should create HTML page with proper markup, link CSS styles and optionally add Hyphenator.js (important when you use columns)
Next step is to „render” your document. Simplest way to do it, is to print page to pdf in Opera (which have the best support of paged-media CSS, but still...)
The better way to render it is to use Prince. You can download it from http://www.princexml.com/download/. After instalation you can compile book to pdf with simple command:
prince book.html -o book.pdf
- Configuration options.
- Create some script to generate booklets.
- Better spacing between paragraphs.
- Better internationalization.
- …
Just fork this repository, create changes on another branch and push them, create pull request.