An open API service indexing awesome lists of open source software.

https://github.com/mrlsd/book-formatter

Format text book to html formatted with page separation
https://github.com/mrlsd/book-formatter

Last synced: 6 months ago
JSON representation

Format text book to html formatted with page separation

Awesome Lists containing this project

README

          

# Book formatter
Format text book to html formatted with page separation. Formatting
with html tag `

`, with page counter insertion (calculated by symbols count).

## How it works
1. You should have Text book
2. Book should separate paragraph as new line.
3. Run: `cargo run -- file_name`
4. Result: `index.html`
5. To change page size set: `const PAGE_SIZE: u64 = 5400;`

Page size calculated by word symbol count.

### LICENSE: MIT