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

https://github.com/geraked/mdpdfbook

Generate PDF Book From Markdowns
https://github.com/geraked/mdpdfbook

geraked markdown markdown-converter markdown-to-pdf pdf pdf-book pdf-converter pdf-generation pdfkit python rabist toolkit toolkits

Last synced: about 1 year ago
JSON representation

Generate PDF Book From Markdowns

Awesome Lists containing this project

README

          

![catalog](catalog.jpg)

# mdpdfbook

![GitHub release (latest by date)](https://img.shields.io/github/v/release/geraked/mdpdfbook)
[![CI](https://github.com/geraked/mdpdfbook/actions/workflows/main.yml/badge.svg)](https://github.com/geraked/crack-qv/actions/workflows/main.yml)

This is a toolkit that generates pdf books from multiple `*.md` files or [mdBook](https://github.com/rust-lang/mdBook) based structure.

### How To Use?

- Download `mdpdfbook.exe` from the `Releases` section.
- Run the toolkit and Enter the directory path containing `SUMMARY.md` or other `*.md` files.
- Press `Enter` to start operation.
- The output file with the name `mdpdfbook-output.pdf` will be generated in the same directory.

If you want to generate pdf books from [mdBook](https://github.com/rust-lang/mdBook) based structure, You must enter the directory path containing the `SUMMARY.md` file in the root, otherwise enter the directory path containing multiple `*.md` files. No matter whether the markdown files are in the root or sub-folders, it merges all of them in order.

## Author

**Rabist** - view on [LinkedIn](https://www.linkedin.com/in/rabist)

## License

Licensed under [MIT](LICENSE).