1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
EbookLib Samples
================
* 01_sample_create
Create simple EPUB with two chapters and custom CSS for the navigation.
* 02_cover_create
Same as 01_sample_create but with cover page.
* 03_advanced_create
Creates EPUB but uses some advanced options from the library.
* 04_markdown_parse
Simple script which creates static markdown files + images from your EPUB.
* 05_plugins_create
How to create sample plugin.
* 06_parse
Basing parsing of EPUB file.
* 07_pagebreaks
Create simple EPUB3 with both visible and invisible pagebreaks.
* 08_SMIL
How to integrate Synchronized Multimedia Integration Language (SMIL) into your EPUB.
* 09_create_image
Creates chapter with image.
|